Opened 13 years ago
Closed 13 years ago
#25079 closed defect (bug) (fixed)
Remove redundant context for Child Themes link
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.7 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | Cc: |
Description
We have a link to the Child Themes article in four places:
- tags/3.6/wp-admin/theme-editor.php#L33
- tags/3.6/wp-admin/themes.php#L148
- tags/3.6/wp-admin/update-core.php#L268
- tags/3.6/wp-admin/includes/class-wp-themes-list-table.php#L185
It's the same article, so the context in the third instance is redundant and just duplicates the string.
Introduced in [13972].
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
The patch also uses
sprintf()in the first instance to match other three instances.