mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
9bd6463cb0
commit
f10a3f1adb
@ -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() ) {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user