Commit b142362a93 for wordpress.org
commit b142362a9392923ac7491b16910cec6b893e7bef
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date: Thu Sep 18 14:59:30 2025 +0000
Docs: Correct formatting for `wp_img_tag_add_decoding_attr` filter DocBlock.
Follow-up to [56690].
Props mukesh27.
See #63166.
Built from https://develop.svn.wordpress.org/trunk@60780
git-svn-id: http://core.svn.wordpress.org/trunk@60116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/media.php b/wp-includes/media.php
index 1f0860ff3b..0350fe5db5 100644
--- a/wp-includes/media.php
+++ b/wp-includes/media.php
@@ -2150,12 +2150,12 @@ function wp_img_tag_add_loading_optimization_attrs( $image, $context ) {
*
* @since 6.1.0
*
- * @param string|false|null $value The `decoding` attribute value. Returning a falsey value
- * will result in the attribute being omitted for the image.
- * Otherwise, it may be: 'async', 'sync', or 'auto'. Defaults to false.
- * @param string $image The HTML `img` tag to be filtered.
- * @param string $context Additional context about how the function was called
- * or where the img tag is.
+ * @param string|false|null $value The `decoding` attribute value. Returning a falsey value
+ * will result in the attribute being omitted for the image.
+ * Otherwise, it may be: 'async', 'sync', or 'auto'. Defaults to false.
+ * @param string $image The HTML `img` tag to be filtered.
+ * @param string $context Additional context about how the function was called
+ * or where the img tag is.
*/
$filtered_decoding_attr = apply_filters(
'wp_img_tag_add_decoding_attr',
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 0978059a50..dc2e74e4d7 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.9-alpha-60779';
+$wp_version = '6.9-alpha-60780';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.