Changes from branches/2.6/wp-includes/bookmark-template.php at r8464 to trunk/wp-includes/bookmark-template.php at r8183
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark-template.php
r8464 r8183 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 .= ')';
Note: See TracChangeset
for help on using the changeset viewer.