From d831c042d61406a6000d261f629ed3e352b23d90 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Fri, 7 Jan 2022 11:19:08 +0000 Subject: [PATCH] Taxonomy: Typo correction in context used for the navigation link block title. This change fixes a wrong translation context on the navigation link block title. Follow-up to [50527]. Props Chouby. Fixes #54566. git-svn-id: https://develop.svn.wordpress.org/trunk@52537 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 1ead9f7f46..d3d13b5ebd 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -694,7 +694,7 @@ function get_taxonomy_labels( $tax ) { 'back_to_items' => array( __( '← Go to Tags' ), __( '← Go to Categories' ) ), 'item_link' => array( _x( 'Tag Link', 'navigation link block title' ), - _x( 'Category Link', 'navigation link block description' ), + _x( 'Category Link', 'navigation link block title' ), ), 'item_link_description' => array( _x( 'A link to a tag.', 'navigation link block description' ),