- Timestamp:
- 08/09/2020 01:44:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r48613 r48765 2381 2381 'register_taxonomy', 2382 2382 sprintf( 2383 /* translators: 1 . The taxonomy name, 2. The property name, either 'rest_base' or 'name', 3.The conflicting value. */2383 /* translators: 1: The taxonomy name, 2: The property name, either 'rest_base' or 'name', 3: The conflicting value. */ 2384 2384 __( 'The "%1$s" taxonomy "%2$s" property (%3$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.' ), 2385 2385 $taxonomy->name,
Note: See TracChangeset
for help on using the changeset viewer.