[wp-trac] [WordPress Trac] #17136: Distraction-free writing mode

WordPress Trac wp-trac at lists.automattic.com
Mon May 16 06:39:36 UTC 2011


#17136: Distraction-free writing mode
----------------------------+---------------------
 Reporter:  azaozz          |       Owner:
     Type:  task (blessed)  |      Status:  closed
 Priority:  normal          |   Milestone:  3.2
Component:  Editor          |     Version:
 Severity:  normal          |  Resolution:  fixed
 Keywords:  has-patch       |
----------------------------+---------------------

Comment (by nacin):

 `<?php _e('Word count:'); ?> <span class="word-count">0</span>`

 should probably be, for maximum i18n flexibility:

 `<?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>'
 );`

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17136#comment:77>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list