Changeset 48099 for trunk/src/wp-includes/media.php
- Timestamp:
- 06/19/2020 10:25:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r48067 r48099 1587 1587 * 1588 1588 * @param string $tag_name The tag name. 1589 * @param string $context Additional context, like the current filter name or the function name from where this was called.1589 * @param string $context Additional context, like the current filter name or the function name from where this was called. 1590 1590 * @return bool Whether to add the attribute. 1591 1591 */ … … 1600 1600 * @since 5.5.0 1601 1601 * 1602 * @param bool $default Default value.1602 * @param bool $default Default value. 1603 1603 * @param string $tag_name The tag name. 1604 * @param string $context Additional context, like the current filter name or the function name from where this was called.1604 * @param string $context Additional context, like the current filter name or the function name from where this was called. 1605 1605 */ 1606 1606 return (bool) apply_filters( 'wp_lazy_loading_enabled', $default, $tag_name, $context );
Note: See TracChangeset
for help on using the changeset viewer.