From 8f5b43366e9a37236d6f39e5aa6d89f58be0e4a1 Mon Sep 17 00:00:00 2001 From: Anton Vlasenko Date: Fri, 10 Sep 2021 17:47:41 +0200 Subject: [PATCH] Fix code style. --- lib/class-wp-rest-menus-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/class-wp-rest-menus-controller.php b/lib/class-wp-rest-menus-controller.php index 439530b206d2b7..4ae382dde86a9d 100644 --- a/lib/class-wp-rest-menus-controller.php +++ b/lib/class-wp-rest-menus-controller.php @@ -55,7 +55,7 @@ public function register_routes() { $this->namespace, '/' . $this->rest_base . '/(?P[\d]+)', array( - 'args' => array( + 'args' => array( 'id' => array( 'description' => __( 'Unique identifier for the term.', 'default' ), 'type' => 'integer',