Changeset 48198 for trunk/src/wp-includes/media.php
- Timestamp:
- 06/28/2020 11:51:29 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r48185 r48198 1724 1724 } 1725 1725 1726 // Images should have dimension attributes for the `loading` attribute 1727 // to be added. 1726 // Images should have dimension attributes for the `loading` attribute to be added. 1728 1727 if ( false === strpos( $image, ' width=' ) || false === strpos( $image, ' height=' ) ) { 1729 1728 return $image;
Note: See TracChangeset
for help on using the changeset viewer.