Changeset 47091
- Timestamp:
- 01/20/2020 02:42:12 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/rest-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r46696 r47091 1222 1222 1223 1223 /* translators: 1: Parameter, 2: List of types. */ 1224 return new WP_Error( 'rest_invalid_param', sprintf( __( '%1$s is not of type %2$s ' ), $param, implode( ',', $args['type'] ) ) );1224 return new WP_Error( 'rest_invalid_param', sprintf( __( '%1$s is not of type %2$s.' ), $param, implode( ',', $args['type'] ) ) ); 1225 1225 } 1226 1226
Note: See TracChangeset
for help on using the changeset viewer.