[wp-trac] Re: [WordPress Trac] #3872: Some places which are not gettexted

WordPress Trac wp-trac at lists.automattic.com
Mon Feb 26 02:27:54 GMT 2007


#3872: Some places which are not gettexted
----------------------------------+-----------------------------------------
 Reporter:  teknoseyir            |        Owner:  anonymous
     Type:  defect                |       Status:  reopened 
 Priority:  normal                |    Milestone:  2.1.2    
Component:  Administration        |      Version:  2.1.1    
 Severity:  normal                |   Resolution:           
 Keywords:  translation, gettext  |  
----------------------------------+-----------------------------------------
Comment (by rob1n):

 We could do:

 <?php the_time(__('Y-m-d')); echo '<br />'; the_time(__('g:i:s a')); ?>

 Or:

 <?php echo get_the_time(__('Y-m-d')) . '<br />' . get_the_time(__('g:i:s
 a')); ?>

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3872#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list