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.