- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php
r45926 r45932 191 191 return new WP_Error( 192 192 'rest_invalid_stored_value', 193 /* translators: %s: property name*/193 /* translators: %s: Property name. */ 194 194 sprintf( __( 'The %s property has an invalid stored value, and cannot be updated to null.' ), $name ), 195 195 array( 'status' => 500 )
Note: See TracChangeset
for help on using the changeset viewer.