From fd27b43fbae06ba09084946d768f99146729900e Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 24 Jun 2021 19:25:58 +0000 Subject: [PATCH] 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 --- .../endpoints/class-wp-rest-widget-types-controller.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php index b4ae1da184..bf43c463a5 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php @@ -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( diff --git a/wp-includes/version.php b/wp-includes/version.php index 9871ab8b3f..c7b10fbb42 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.