Changeset 42877 for trunk/src/wp-admin/includes/taxonomy.php
- Timestamp:
- 03/25/2018 07:34:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/taxonomy.php
r42875 r42877 283 283 * @see get_terms_to_edit() 284 284 * 285 * @param array $terms_to_edit An array of terms.286 * @param string $taxonomy The taxonomy for which to retrieve terms. Default 'post_tag'.285 * @param string $terms_to_edit A comma-separated list of term names. 286 * @param string $taxonomy The taxonomy name for which to retrieve terms. 287 287 */ 288 288 $terms_to_edit = apply_filters( 'terms_to_edit', $terms_to_edit, $taxonomy );
Note: See TracChangeset
for help on using the changeset viewer.