Changeset 51093 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
- Timestamp:
- 06/08/2021 01:21:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
r51021 r51093 24 24 */ 25 25 public function __construct() { 26 $this->namespace = 'wp/v2';26 $this->namespace = 'wp/v2'; 27 27 $this->rest_base = 'pattern-directory'; 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.