Changeset 39257 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
- Timestamp:
- 11/15/2016 10:22:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
r39106 r39257 79 79 } 80 80 } 81 return new WP_Error( 'rest_cannot_view', __( 'Sorry, you cannotview this resource with edit context.' ), array( 'status' => rest_authorization_required_code() ) );81 return new WP_Error( 'rest_cannot_view', __( 'Sorry, you are not allowed to view this resource with edit context.' ), array( 'status' => rest_authorization_required_code() ) ); 82 82 } 83 83
Note: See TracChangeset
for help on using the changeset viewer.