diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index fa450e5fea..daf48e83e7 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -4283,7 +4283,6 @@ function get_the_taxonomies( $post = 0, $args = array() ) { $args = wp_parse_args( $args, array( /* translators: %s: taxonomy label, %l: list of terms formatted as per $term_template */ 'template' => __( '%s: %l.' ), - /* translators: %1$s: term link, %2$s: term name */ 'term_template' => '%2$s', ) );