Changeset 4165 for trunk/wp-includes/bookmark-template.php
- Timestamp:
- 09/05/2006 06:52:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark-template.php
r4144 r4165 272 272 273 273 if ( $show_updated ) 274 if ( '00' != substr($bookmark->link_updated_f, 0, 2) ) 275 $title .= ' (Last updated ' . date(get_option('links_updated_date_format'), $bookmark->link_updated_f + (get_option('gmt_offset') * 3600)) . ')'; 274 if ( '00' != substr($bookmark->link_updated_f, 0, 2) ) { 275 $title .= ' '; 276 $title .= sprintf(__('Last updated: %s'), date(get_option('links_updated_date_format'), $bookmark->link_updated_f + (get_option('gmt_offset') * 3600))); 277 $title .= ')'; 278 } 276 279 277 280 if ( '' != $title )
Note: See TracChangeset
for help on using the changeset viewer.