From 225c0f553e2ba0f12b11702a3ec52807a94a4dbf Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Sun, 6 Oct 2024 16:44:59 +0200 Subject: [PATCH] Fix translation functions in taxonomy templates --- taxonomy-fcn_character.php | 8 ++++---- taxonomy-fcn_content_warning.php | 8 ++++---- taxonomy-fcn_fandom.php | 8 ++++---- taxonomy-fcn_genre.php | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/taxonomy-fcn_character.php b/taxonomy-fcn_character.php index 2f29dd19..578c462c 100644 --- a/taxonomy-fcn_character.php +++ b/taxonomy-fcn_character.php @@ -31,7 +31,6 @@ get_header(); $current_count = get_queried_object()->count; $current_description = get_queried_object()->description; $parent = get_term_by( 'id', get_queried_object()->parent, get_query_var( 'taxonomy' ) ); - $parent_snippet = ( $parent ) ? " ($parent->name)" : ''; ?>