Opened 13 years ago
Closed 13 years ago
#25079 closed defect (bug) (fixed)
Remove redundant context for Child Themes link
| Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7 |
| Component: | I18N | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The patch also uses
sprintf()in the first instance to match other three instances.