Skip to content

Commit b96f25f

Browse files
Docs: Correct formatting for wp_img_tag_add_decoding_attr filter DocBlock.
Follow-up to [56690]. Props mukesh27. See #63166. git-svn-id: https://develop.svn.wordpress.org/trunk@60780 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9b21204 commit b96f25f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/wp-includes/media.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)