Changeset 48768
- Timestamp:
- 08/09/2020 02:01:01 AM (3 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-includes/rest-api.php
r48590 r48768 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.