Changeset 47219 for trunk/src/wp-includes/bookmark-template.php
- Timestamp:
- 02/09/2020 04:52:28 PM (7 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
r47122 r47219 114 114 $output .= $parsed_args['link_before']; 115 115 116 if ( $bookmark->link_image != null&& $parsed_args['show_images'] ) {116 if ( null != $bookmark->link_image && $parsed_args['show_images'] ) { 117 117 if ( strpos( $bookmark->link_image, 'http' ) === 0 ) { 118 118 $output .= "<img src=\"$bookmark->link_image\" $alt $title />";
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)