Changeset 45444
- Timestamp:
- 05/26/2019 07:04:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php
r45307 r45444 245 245 246 246 if ( $parent_id <= 0 ) { 247 return new WP_Error( 'rest_post_invalid_id', __( 'Invalid p arent post ID.' ), array( 'status' => 404 ) );247 return new WP_Error( 'rest_post_invalid_id', __( 'Invalid post parent ID.' ), array( 'status' => 404 ) ); 248 248 } 249 249
Note: See TracChangeset
for help on using the changeset viewer.