[wp-trac] Re: [WordPress Trac] #8142: misc i18n fixes for 2.7

WordPress Trac wp-trac at lists.automattic.com
Sun Nov 23 12:52:43 GMT 2008


#8142: misc i18n fixes for 2.7
------------------------+---------------------------------------------------
 Reporter:  nbachiyski  |        Owner:  anonymous
     Type:  defect      |       Status:  reopened 
 Priority:  normal      |    Milestone:  2.7      
Component:  i18n        |      Version:           
 Severity:  normal      |   Resolution:           
 Keywords:              |  
------------------------+---------------------------------------------------
Changes (by tai):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 Two more please!

 in /wp-includes/comment-template.php around the line 1184:

 {{{
 <div class="comment-meta commentmetadata"><a href="<?php echo
 htmlspecialchars(
 get_comment_link( $comment->comment_ID ) ) ?>"><?php printf(__('%1$s at
 %2$s'),
 get_comment_date('F jS, Y'),  get_comment_time()) ?></a><?php
 edit_comment_link('edit','&nbsp;&nbsp;','') ?></div>
 }}}


 {{{
 get_comment_date('F jS, Y')
 }}}
 ->
 {{{
 get_comment_date()
 }}}
 and
 {{{
 edit_comment_link('edit','&nbsp;&nbsp;','')
 }}}
 ->
 {{{
 edit_comment_link(__('Edit'),'&nbsp;&nbsp;','')
 }}}

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


More information about the wp-trac mailing list