Changeset 35750
- Timestamp:
- 11/30/2015 09:50:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-request.php
r35612 r35750 848 848 849 849 if ( false === $valid_check ) { 850 $invalid_params[ $key ] = __( 'Invalid param .' );850 $invalid_params[ $key ] = __( 'Invalid parameter.' ); 851 851 } 852 852
Note: See TracChangeset
for help on using the changeset viewer.