Changeset 60105 for branches/6.8/src/wp-includes/rest-api.php
- Timestamp:
- 03/28/2025 10:42:26 PM (3 months ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-includes/rest-api.php
r59886 r60105 435 435 $rest_type_error = new WP_Error( 436 436 'rest_path_invalid_type', 437 __( 'The restroute parameter must be a string.' ),437 __( 'The REST route parameter must be a string.' ), 438 438 array( 'status' => 400 ) 439 439 );
Note: See TracChangeset
for help on using the changeset viewer.