Changeset 51311 for branches/5.8/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
- Timestamp:
- 07/02/2021 06:52:23 PM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
r51208 r51311 22 22 /** 23 23 * Constructs the controller. 24 * 25 * @since 5.8.0 24 26 */ 25 27 public function __construct() { … … 30 32 /** 31 33 * Registers the necessary REST API routes. 34 * 35 * @since 5.8.0 32 36 */ 33 37 public function register_routes() {
Note: See TracChangeset
for help on using the changeset viewer.