From ef4b42b03ba6e89afeb3ac3e6860c5473cc2c95f Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 8 Jun 2021 13:22:57 +0000 Subject: [PATCH] Coding Standards: Apply an alignment fix. Follow up to [51021]. See #53246. Built from https://develop.svn.wordpress.org/trunk@51093 git-svn-id: http://core.svn.wordpress.org/trunk@50702 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../endpoints/class-wp-rest-pattern-directory-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-pattern-directory-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php index c233c9499f..8edf4a80ba 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php @@ -23,7 +23,7 @@ class WP_REST_Pattern_Directory_Controller extends WP_REST_Controller { * Constructs the controller. */ public function __construct() { - $this->namespace = 'wp/v2'; + $this->namespace = 'wp/v2'; $this->rest_base = 'pattern-directory'; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 75d2ef6709..43f9c92994 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51092'; +$wp_version = '5.8-alpha-51093'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.