Remove extra whitespace from restore_image_outer_container docblock.

Props mukesh27.
Follows r58313.
See #61271.


Built from https://develop.svn.wordpress.org/trunk@58316


git-svn-id: http://core.svn.wordpress.org/trunk@57773 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
isabel_brison 2024-06-04 05:50:10 +00:00
parent 9bd6463cb0
commit f10a3f1adb
2 changed files with 2 additions and 2 deletions

View File

@ -1161,7 +1161,7 @@ class WP_Duotone {
* @since 6.6.0
*
* @param string $block_content Rendered block content.
* @return string Filtered block content.
* @return string Filtered block content.
*/
public static function restore_image_outer_container( $block_content ) {
if ( wp_theme_has_theme_json() ) {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-58315';
$wp_version = '6.6-alpha-58316';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.