From 5cd6bfe2e0f35922c70b4243288d49f239a09ab4 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 8 Jun 2021 13:21:41 +0000 Subject: [PATCH] Coding Standards: Apply an alignment fix. Follow up to [51021]. See #53246. git-svn-id: https://develop.svn.wordpress.org/trunk@51093 602fd350-edb4-49c9-b593-d223f7449a82 --- .../endpoints/class-wp-rest-pattern-directory-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php index c233c9499f..8edf4a80ba 100644 --- a/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php +++ b/src/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'; }