Changeset 56031 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 06/26/2023 10:15:04 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r55703 r56031 1539 1539 1540 1540 // For non-variable routes, generate links. 1541 if ( strpos( $route, '{' ) === false) {1541 if ( ! str_contains( $route, '{' ) ) { 1542 1542 $data['_links'] = array( 1543 1543 'self' => array(
Note: See TracChangeset
for help on using the changeset viewer.