Opened 5 years ago
Closed 5 years ago
#1700 closed Defect (invalid)
Hard-Coded translations-tags in /mod/pages/start.php - Pages-Plugin
| Reported by: | fuhrmara@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Blog | Version: | |
| Severity: | Keywords: | ||
| Cc: | brettp | Difficulty: |
Description
There are two hard-coded tags in /mod/pages/start.php on line
55 (pages, this is a list of your pages)
I've changed the line to
add_widget_type('pages', elgg_echo('pages'), elgg_echo('pages:widget:description'));
and added a new line in en.php (line 75) with
'pages:widget:description' = 'This is a list of your pages',
Change History (1)
comment:1 Changed 5 years ago by fuhrmara@…
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
