[wp-trac] [WordPress Trac] #29824: Correct context for strings on taxonomy screens
WordPress Trac
noreply at wordpress.org
Thu Oct 2 00:40:25 UTC 2014
#29824: Correct context for strings on taxonomy screens
----------------------------+----------------------------------------
Reporter: SergeyBiryukov | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.1
Component: Taxonomy | Version:
Severity: normal | Keywords: needs-patch good-first-bug
Focuses: |
----------------------------+----------------------------------------
We have four strings on taxonomy screens (see [29803] for reference):
{{{
_ex( 'Name', 'Taxonomy Name' )
_ex( 'Slug', 'Taxonomy Slug' )
_ex( 'Parent', 'Taxonomy Parent' )
_ex( 'Description', 'Taxonomy Description' )
}}}
* `'Taxonomy Name'` should be `'term name'`, see [source:trunk/src/wp-
admin/includes/class-wp-terms-list-table.php#L129
WP_Terms_List_Table::get_columns()].
* In the other three strings, the context can probably be removed, since
we don't have in the list table, and it appears to be redundant.
Originally introduced in [13077].
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29824>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list