Ticket #42771: 42771-tag-specific.diff
File 42771-tag-specific.diff, 421 bytes (added by , 8 years ago) |
---|
-
wp-includes/category-template.php
diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index 302aa03..72c9570 100644
a b function get_tag_link( $tag ) { 1068 1068 if ( ! is_object( $tag ) ) 1069 1069 $tag = (int) $tag; 1070 1070 1071 $tag = get_term_link( $tag , 'post_tag');1071 $tag = get_term_link( $tag ); 1072 1072 1073 1073 if ( is_wp_error( $tag ) ) 1074 1074 return '';