Changeset 55703 for trunk/src/wp-includes/bookmark-template.php
- Timestamp:
- 05/02/2023 03:43:03 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/bookmark-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark-template.php
r53566 r55703 126 126 127 127 if ( null != $bookmark->link_image && $parsed_args['show_images'] ) { 128 if ( str pos( $bookmark->link_image, 'http' ) === 0) {128 if ( str_starts_with( $bookmark->link_image, 'http' ) ) { 129 129 $output .= "<img src=\"$bookmark->link_image\" $alt $title />"; 130 130 } else { // If it's a relative path.
Note: See TracChangeset
for help on using the changeset viewer.