- Timestamp:
- 07/19/2022 04:20:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php
r51657 r53724 626 626 return array( 627 627 'self' => array( 628 'href' => rest_url( sprintf( '%s/%s/%s', $this->namespace, $this->rest_base, substr( $item['_file'], 0, - 4 ) ) ), 628 'href' => rest_url( 629 sprintf( 630 '%s/%s/%s', 631 $this->namespace, 632 $this->rest_base, 633 substr( $item['_file'], 0, - 4 ) 634 ) 635 ), 629 636 ), 630 637 );
Note: See TracChangeset
for help on using the changeset viewer.