Changeset 48648
- Timestamp:
- 07/27/2020 09:04:34 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r48594 r48648 1706 1706 1707 1707 /** 1708 * Filters specific tags in post content and modifies their markup. 1709 * 1710 * This function adds `srcset`, `sizes`, and `loading` attributes to `img` HTML tags. 1708 * Modifies specific HTML tags in post content to include new browser and HTML technologies 1709 * that may not have existed at the time of post creation. These modifications currently include 1710 * adding `srcset`, `sizes`, and `loading` attributes to `img` HTML tags. Future similar 1711 * optimizations should be added/expected here. 1711 1712 * 1712 1713 * @since 5.5.0
Note: See TracChangeset
for help on using the changeset viewer.