Changeset 44150 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43805-43806
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php
r43805 r44150 94 94 return new WP_Error( 95 95 'block_cannot_read', 96 __( 'Sorry, you are not allowed to read blocks of this post ' ),96 __( 'Sorry, you are not allowed to read blocks of this post.' ), 97 97 array( 98 98 'status' => rest_authorization_required_code(),
Note: See TracChangeset
for help on using the changeset viewer.