Changeset 58229
- Timestamp:
- 05/29/2024 08:21:18 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
r58227 r58229 254 254 return new WP_Error( 255 255 'rest_cannot_manage_templates', 256 __( 'Sorry, you are not allowed to access the templates on this site.' , 'default'),256 __( 'Sorry, you are not allowed to access the templates on this site.' ), 257 257 array( 258 258 'status' => rest_authorization_required_code(), … … 311 311 return new WP_Error( 312 312 'rest_cannot_manage_templates', 313 __( 'Sorry, you are not allowed to access the templates on this site.' , 'default'),313 __( 'Sorry, you are not allowed to access the templates on this site.' ), 314 314 array( 315 315 'status' => rest_authorization_required_code(),
Note: See TracChangeset
for help on using the changeset viewer.