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