[wp-trac] [WordPress Trac] #37595: Better titles for the Quick Draft dashboard widget

WordPress Trac noreply at wordpress.org
Sun Jun 4 11:24:05 UTC 2017


#37595: Better titles for the Quick Draft dashboard widget
-------------------------------------------------+-------------------------
 Reporter:  afercia                              |       Owner:
     Type:  enhancement                          |      Status:  new
 Priority:  normal                               |   Milestone:  Awaiting
Component:  Administration                       |  Review
 Severity:  normal                               |     Version:  trunk
 Keywords:  has-screenshots good-first-bug has-  |  Resolution:
  patch                                          |     Focuses:  ui
-------------------------------------------------+-------------------------

Comment (by afercia):

 @rcutmore thanks! The patch looks good to me, just one small thing:
 before, this was using `_x()` to specify that "View All" was about drafts:
 `_x( 'View all', 'drafts' )`
 where `_x()` was used to avoid collisions with other similar strings and
 give translators some context to translate the string differently
 Now the string is:
 `_x( 'View all drafts', 'drafts' )`
 and maybe there's no need to use `_x()` and it could simply be `__( 'View
 all drafts' )`

--
Ticket URL: <https://core.trac.wordpress.org/ticket/37595#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list