Changeset 29866 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 10/09/2014 03:40:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r29865 r29866 3634 3634 3635 3635 /** 3636 * Generate sa permalink for a taxonomy term archive.3636 * Generate a permalink for a taxonomy term archive. 3637 3637 * 3638 3638 * @since 2.5.0 3639 3639 * 3640 * @param object|int|string $term 3641 * @param string $taxonomy (optional if $term is object)3640 * @param object|int|string $term The term object, ID, or slug whose link will be retrieved. 3641 * @param string $taxonomy Optional. Taxonomy. Default empty. 3642 3642 * @return string|WP_Error HTML link to taxonomy term archive on success, WP_Error if term does not exist. 3643 3643 */
Note: See TracChangeset
for help on using the changeset viewer.