Changeset 48767
- Timestamp:
- 08/09/2020 01:58:31 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r48765 r48767 1580 1580 __FUNCTION__, 1581 1581 /* translators: 1: Parameter, 2: The list of allowed types. */ 1582 wp_sprintf( __( 'The "type" schema keyword for %1$s can only be on of the built-in types: %2$l.' ), $param, $allowed_types ),1582 wp_sprintf( __( 'The "type" schema keyword for %1$s can only be one of the built-in types: %2$l.' ), $param, $allowed_types ), 1583 1583 '5.5.0' 1584 1584 ); … … 1850 1850 __FUNCTION__, 1851 1851 /* translators: 1: Parameter, 2: The list of allowed types. */ 1852 wp_sprintf( __( 'The "type" schema keyword for %1$s can only be on of the built-in types: %2$l.' ), $param, $allowed_types ),1852 wp_sprintf( __( 'The "type" schema keyword for %1$s can only be one of the built-in types: %2$l.' ), $param, $allowed_types ), 1853 1853 '5.5.0' 1854 1854 );
Note: See TracChangeset
for help on using the changeset viewer.