File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2150,12 +2150,12 @@ function wp_img_tag_add_loading_optimization_attrs( $image, $context ) {
21502150 *
21512151 * @since 6.1.0
21522152 *
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.
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.
21592159 */
21602160 $ filtered_decoding_attr = apply_filters (
21612161 'wp_img_tag_add_decoding_attr ' ,
You can’t perform that action at this time.
0 commit comments