Make WordPress Core

Ticket #47806: 47806.diff

File 47806.diff, 692 bytes (added by garrett-eclipse, 5 years ago)

Updated phpdocblock to replace HTML Link verbiage with URL

  • src/wp-includes/taxonomy.php

     
    41664166 *
    41674167 * @param object|int|string $term     The term object, ID, or slug whose link will be retrieved.
    41684168 * @param string            $taxonomy Optional. Taxonomy. Default empty.
    4169  * @return string|WP_Error HTML link to taxonomy 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.
    41704170 */
    41714171function get_term_link( $term, $taxonomy = '' ) {
    41724172        global $wp_rewrite;