mirror of
git://develop.git.wordpress.org/
synced 2025-04-07 21:53:21 +02:00
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
This commit is contained in:
parent
482936752a
commit
d831c042d6
@ -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' ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user