Ticket #29901: 29901.patch
File 29901.patch, 516 bytes (added by , 10 years ago) |
---|
-
taxonomy.php
3637 3637 * 3638 3638 * @since 2.5.0 3639 3639 * 3640 * @param object|int|string $term 3640 * @param object|int|string $term The term object or term ID or term slug whose link will be retrieved 3641 3641 * @param string $taxonomy (optional if $term is object) 3642 3642 * @return string|WP_Error HTML link to taxonomy term archive on success, WP_Error if term does not exist. 3643 3643 */