Changeset 55990 for trunk/src/wp-includes/bookmark-template.php
- Timestamp:
- 06/22/2023 02:55:47 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark-template.php
r55703 r55990 84 84 85 85 if ( $parsed_args['show_updated'] ) { 86 if ( '00' !== substr( $bookmark->link_updated_f, 0, 2) ) {86 if ( ! str_starts_with( $bookmark->link_updated_f, '00' ) ) { 87 87 $title .= ' ('; 88 88 $title .= sprintf(
Note: See TracChangeset
for help on using the changeset viewer.