Skip to content

Commit 5e24be7

Browse files
committed
lint
1 parent eff273f commit 5e24be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/rest-api/endpoints/class-wp-rest-registered-templates-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
class WP_REST_Registered_Templates_Controller extends WP_REST_Templates_Controller {
4-
public function __construct() {
4+
public function __construct() {
55
$this->rest_base = 'registered-templates';
66
$this->namespace = 'wp/v2';
77
}

0 commit comments

Comments
 (0)