Coding Standards: Fix alignment in WP_REST_Widgets_Controller::prepare_item_for_response.
Follow-up to [59899]. See #56481, 62279. Built from https://develop.svn.wordpress.org/trunk@60044 git-svn-id: http://core.svn.wordpress.org/trunk@59380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -682,7 +682,7 @@ class WP_REST_Widgets_Controller extends WP_REST_Controller {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$widget = $wp_registered_widgets[ $widget_id ];
|
$widget = $wp_registered_widgets[ $widget_id ];
|
||||||
// Don't prepare the response body for HEAD requests.
|
// Don't prepare the response body for HEAD requests.
|
||||||
if ( $request->is_method( 'HEAD' ) ) {
|
if ( $request->is_method( 'HEAD' ) ) {
|
||||||
/** This filter is documented in wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php */
|
/** This filter is documented in wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php */
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.8-beta3-60043';
|
$wp_version = '6.8-beta3-60044';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user