Changeset 46233
- Timestamp:
- 09/22/2019 07:14:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r46184 r46233 412 412 * 413 413 * @param string $path Optional. REST route. Default empty. 414 * @param string $scheme Optional. Sanitization scheme. Default ' json'.414 * @param string $scheme Optional. Sanitization scheme. Default 'rest'. 415 415 * @return string Full URL to the endpoint. 416 416 */ 417 function rest_url( $path = '', $scheme = ' json' ) {417 function rest_url( $path = '', $scheme = 'rest' ) { 418 418 return get_rest_url( null, $path, $scheme ); 419 419 }
Note: See TracChangeset
for help on using the changeset viewer.