mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00: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…
Reference in New Issue
Block a user