[wp-trac] [WordPress Trac] #6362: Suggests for improving tech instruction

WordPress Trac wp-trac at lists.automattic.com
Thu Nov 19 04:16:22 UTC 2009


#6362: Suggests for improving tech instruction
-------------------------------+--------------------------------------------
 Reporter:  RanYanivHartstein  |       Owner:  westi    
     Type:  enhancement        |      Status:  reviewing
 Priority:  normal             |   Milestone:  2.9      
Component:  Inline Docs        |     Version:  2.5      
 Severity:  normal             |    Keywords:  has-patch
-------------------------------+--------------------------------------------

Comment(by dd32):

 > {{{  <?php _e('Allow ') ?><a
 href="http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments"
 target="_blank"><?php _e('trackbacks and pingbacks') ?></a><?php _e(' on
 this page.'); ?>}}}

 This is going to be better written as:

 {{{
 printf( __('Allow <a href="%s" target="_blank">trackbacks and
 pingbacks</a> on this page.'),
 'http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments');
 }}}

 Not all languages follow the same sentence structure as english does.

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


More information about the wp-trac mailing list