Coding Standards: Apply an alignment fix from running composer format
.
Follow up to [51216]. See #53481. Built from https://develop.svn.wordpress.org/trunk@51229 git-svn-id: http://core.svn.wordpress.org/trunk@50838 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
90790365ba
commit
fd27b43fba
@ -471,7 +471,7 @@ class WP_REST_Widget_Types_Controller extends WP_REST_Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$serialized_instance = serialize( $instance );
|
$serialized_instance = serialize( $instance );
|
||||||
$widget_key = $wp_widget_factory->get_widget_key( $id );
|
$widget_key = $wp_widget_factory->get_widget_key( $id );
|
||||||
|
|
||||||
$response = array(
|
$response = array(
|
||||||
'form' => trim(
|
'form' => trim(
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.8-beta3-51228';
|
$wp_version = '5.8-beta3-51229';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user