Changeset 60780
- Timestamp:
- 09/18/2025 02:57:09 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r60730 r60780 2151 2151 * @since 6.1.0 2152 2152 * 2153 * @param string|false|null $value The `decoding` attribute value. Returning a falsey value2154 * will result in the attribute being omitted for the image.2155 * Otherwise, it may be: 'async', 'sync', or 'auto'. Defaults to false.2156 * @param string $image The HTML `img` tag to be filtered.2157 * @param string $context Additional context about how the function was called2158 * or where the img tag is.2153 * @param string|false|null $value The `decoding` attribute value. Returning a falsey value 2154 * will result in the attribute being omitted for the image. 2155 * Otherwise, it may be: 'async', 'sync', or 'auto'. Defaults to false. 2156 * @param string $image The HTML `img` tag to be filtered. 2157 * @param string $context Additional context about how the function was called 2158 * or where the img tag is. 2159 2159 */ 2160 2160 $filtered_decoding_attr = apply_filters(
Note: See TracChangeset
for help on using the changeset viewer.