- Timestamp:
- 01/06/2020 04:45:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r47037 r47045 2250 2250 'register_taxonomy', 2251 2251 sprintf( 2252 /* translators: 1. The taxonomy name, 2. The property name, either rest_base or name. */2252 /* translators: 1. The taxonomy name, 2. The property name, either 'rest_base' or 'name'. */ 2253 2253 __( 'The "%1$s" taxonomy "%2$s" conflicts with an existing property on the REST API Posts Controller. Specify a custom "rest_base" when registering the taxonomy to avoid this error.' ), 2254 $ base,2254 $taxonomy->name, 2255 2255 $taxonomy_field_name_with_conflict 2256 2256 ),
Note: See TracChangeset
for help on using the changeset viewer.