Changeset 31113
- Timestamp:
- 01/09/2015 11:18:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r31090 r31113 588 588 * @since 3.0.0 589 589 * 590 * @param $term The term.591 * @param $taxonomy The taxonomy for $term. Should be 'category' or 'post_tag', as these are592 * the only taxonomies which are processed by this function; anything else593 * will be returned untouched.590 * @param object $term The term. 591 * @param string $taxonomy The taxonomy for $term. Should be 'category' or 'post_tag', as these are 592 * the only taxonomies which are processed by this function; anything else 593 * will be returned untouched. 594 594 * @return object|array Returns `$term`, after filtering the 'slug' field with {@see sanitize_title()} 595 595 * if $taxonomy is 'category' or 'post_tag'.
Note: See TracChangeset
for help on using the changeset viewer.