Remove a stray translator comment for a non-translatable string added in [30209] See #27238
git-svn-id: https://develop.svn.wordpress.org/trunk@30365 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c162a0f82e
commit
42c5d77b8c
|
@ -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' => '<a href="%1$s">%2$s</a>',
|
||||
) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue