Changeset 21996 for trunk/wp-includes/bookmark-template.php
- Timestamp:
- 09/25/2012 05:26:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark-template.php
r21241 r21996 79 79 if ( '00' != substr($bookmark->link_updated_f, 0, 2) ) { 80 80 $title .= ' ('; 81 $title .= sprintf(__('Last updated: %s'), date(get_option('links_updated_date_format'), $bookmark->link_updated_f + (get_option('gmt_offset') * 3600)));81 $title .= sprintf(__('Last updated: %s'), date(get_option('links_updated_date_format'), $bookmark->link_updated_f + (get_option('gmt_offset') * HOUR_IN_SECONDS))); 82 82 $title .= ')'; 83 83 }
Note: See TracChangeset
for help on using the changeset viewer.