Ticket #7414: bookmark-template_php.diff
File bookmark-template_php.diff, 493 bytes (added by , 16 years ago) |
---|
-
wordpress/wp-includes/bookmark-template.php
C: W: 76 76 77 77 if ( $show_updated ) 78 78 if ( '00' != substr($bookmark->link_updated_f, 0, 2) ) { 79 $title .= ' ';79 $title .= ' ('; 80 80 $title .= sprintf(__('Last updated: %s'), date(get_option('links_updated_date_format'), $bookmark->link_updated_f + (get_option('gmt_offset') * 3600))); 81 81 $title .= ')'; 82 82 }