mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 12:00:03 +01:00
Coding Standards: Apply an alignment fix from running composer format
.
Follow up to [51216]. See #53481. git-svn-id: https://develop.svn.wordpress.org/trunk@51229 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3dc566ba89
commit
15b43fb360
@ -471,7 +471,7 @@ class WP_REST_Widget_Types_Controller extends WP_REST_Controller {
|
||||
}
|
||||
|
||||
$serialized_instance = serialize( $instance );
|
||||
$widget_key = $wp_widget_factory->get_widget_key( $id );
|
||||
$widget_key = $wp_widget_factory->get_widget_key( $id );
|
||||
|
||||
$response = array(
|
||||
'form' => trim(
|
||||
|
Loading…
x
Reference in New Issue
Block a user