[wp-trac] [WordPress Trac] #32399: List table: Lists of items should inform users about the "current view" being displayed
WordPress Trac
noreply at wordpress.org
Tue May 26 16:52:14 UTC 2015
#32399: List table: Lists of items should inform users about the "current view"
being displayed
----------------------------+--------------------------------
Reporter: afercia | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.3
Component: Administration | Version: 4.2
Severity: normal | Resolution:
Keywords: has-patch | Focuses: ui, accessibility
----------------------------+--------------------------------
Comment (by joedolson):
I don't think we want to push complex strings into the strings registered
in a post type; I'd rather see linguistic ur-types, such as:
{{{
register_post_status( 'publish', array(
'label' => _x( 'Published', 'post' ),
'adjective' => __( 'Published' ),
'verb' => __( 'Publish' ),
...
}}}
This allows us to create any needed string combination, rather than making
something that's *only* usable in specific contexts.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32399#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list