Changeset 52574 for trunk/src/wp-includes/post-thumbnail-template.php
- Timestamp:
- 01/14/2022 11:00:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-thumbnail-template.php
r52204 r52574 196 196 } elseif ( is_array( $attr ) && ! array_key_exists( 'loading', $attr ) ) { 197 197 $attr['loading'] = $loading; 198 } elseif ( is_string( $attr ) && ! preg_match( '/(^|&)loading= ', $attr ) ) {198 } elseif ( is_string( $attr ) && ! preg_match( '/(^|&)loading=/', $attr ) ) { 199 199 $attr .= '&loading=' . $loading; 200 200 }
Note: See TracChangeset
for help on using the changeset viewer.