Changeset 37342 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 05/02/2016 03:59:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r37200 r37342 622 622 * 623 623 * @param object $term The term. 624 * @param string $taxonomy The taxonomy for $term. Should be 'category' or 'post_tag', as these are624 * @param string $taxonomy The taxonomy for `$term`. Should be 'category' or 'post_tag', as these are 625 625 * the only taxonomies which are processed by this function; anything else 626 626 * will be returned untouched. 627 * @return object|array Returns `$term`, after filtering the 'slug' field with {@see sanitize_title()}627 * @return object|array Returns `$term`, after filtering the 'slug' field with sanitize_title() 628 628 * if $taxonomy is 'category' or 'post_tag'. 629 629 */
Note: See TracChangeset
for help on using the changeset viewer.