- Timestamp:
- 11/15/2016 08:36:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php
r39245 r39251 178 178 'rest_cannot_delete', 179 179 /* translators: %s: custom field key */ 180 sprintf( __( ' You do not have permissionto edit the %s custom field.' ), $name ),180 sprintf( __( 'Sorry, you are not allowed to edit the %s custom field.' ), $name ), 181 181 array( 'key' => $name, 'status' => rest_authorization_required_code() ) 182 182 ); … … 213 213 'rest_cannot_update', 214 214 /* translators: %s: custom field key */ 215 sprintf( __( ' You do not have permissionto edit the %s custom field.' ), $name ),215 sprintf( __( 'Sorry, you are not allowed to edit the %s custom field.' ), $name ), 216 216 array( 'key' => $name, 'status' => rest_authorization_required_code() ) 217 217 ); … … 284 284 'rest_cannot_update', 285 285 /* translators: %s: custom field key */ 286 sprintf( __( ' You do not have permissionto edit the %s custom field.' ), $name ),286 sprintf( __( 'Sorry, you are not allowed to edit the %s custom field.' ), $name ), 287 287 array( 'key' => $name, 'status' => rest_authorization_required_code() ) 288 288 );
Note: See TracChangeset
for help on using the changeset viewer.