Changeset 56020 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 06/24/2023 05:15:06 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r56019 r56020 981 981 982 982 if ( $show_updated ) 983 if ( substr($row->link_updated_f, 0, 2) !== '00')983 if ( !str_starts_with($row->link_updated_f, '00') ) 984 984 $title .= ' ('.__('Last updated') . ' ' . gmdate(get_option('links_updated_date_format'), $row->link_updated_f + (get_option('gmt_offset') * HOUR_IN_SECONDS)) . ')'; 985 985
Note: See TracChangeset
for help on using the changeset viewer.