Changeset 17341 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 01/20/2011 11:36:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r17261 r17341 2816 2816 * @param object|int|string $term 2817 2817 * @param string $taxonomy (optional if $term is object) 2818 * @return string HTML link to taxonomy term archive2818 * @return string|WP_Error HTML link to taxonomy term archive on success, WP_Error if term does not exist. 2819 2819 */ 2820 2820 function get_term_link( $term, $taxonomy = '') {
Note: See TracChangeset
for help on using the changeset viewer.