Changeset 45702
- Timestamp:
- 07/31/2019 01:18:23 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r45667 r45702 4167 4167 * @param object|int|string $term The term object, ID, or slug whose link will be retrieved. 4168 4168 * @param string $taxonomy Optional. Taxonomy. Default empty. 4169 * @return string|WP_Error HTML link totaxonomy term archive on success, WP_Error if term does not exist.4169 * @return string|WP_Error URL of the taxonomy term archive on success, WP_Error if term does not exist. 4170 4170 */ 4171 4171 function get_term_link( $term, $taxonomy = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.