Changeset 51280 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
- Timestamp:
- 06/30/2021 01:57:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
r51208 r51280 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.