Changeset 45926 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r45810 r45926 1178 1178 } elseif ( isset( $args['additionalProperties'] ) ) { 1179 1179 if ( false === $args['additionalProperties'] ) { 1180 /* translators: %s: property of an object */ 1180 1181 return new WP_Error( 'rest_invalid_param', sprintf( __( '%1$s is not a valid property of Object.' ), $property ) ); 1181 1182 }
Note: See TracChangeset
for help on using the changeset viewer.