diff --git a/readme.txt b/readme.txt index 9d5ac43..ab974f9 100644 --- a/readme.txt +++ b/readme.txt @@ -117,6 +117,7 @@ Because of the way WordPress' text editor works, if you decide to add or remove = 8.1.0 = * Improvement: PHP 8.2 compatibility +* Fix: Recipe Tags not linking correctly = 8.0.9 = * Improvement: WordPress tested up to 6.3 diff --git a/views/tags.php b/views/tags.php index 37da5dc..fa385c7 100644 --- a/views/tags.php +++ b/views/tags.php @@ -14,7 +14,7 @@ $tag_link = get_tag_link( $existing_tag['term_id'] ); } else { $tag_link = "#"; - } + } $index ++ ?>