diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index 18d03a5263..bf60ad3662 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -436,7 +436,7 @@ function the_tags( $before = 'Tags: ', $sep = ', ', $after = '' ) { $tag_list = $before; foreach ( $tags as $tag ) - $tag_links[] = ''; + $tag_links[] = ''; $tag_links = join( $sep, $tag_links ); $tag_links = apply_filters( 'the_tags', $tag_links );