mirror of
git://develop.git.wordpress.org/
synced 2025-03-24 22:10:02 +01:00
Twenty Twenty-One: Add missing escaping for the "Secondary menu" label.
Props muhammadfaizanhaidar, teucrium, sabernhardt, mukesh27, SergeyBiryukov. Fixes #54127. git-svn-id: https://develop.svn.wordpress.org/trunk@51820 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
57ad9f16df
commit
ecad6ae28c
@ -74,7 +74,7 @@ if ( ! function_exists( 'twenty_twenty_one_setup' ) ) {
|
||||
register_nav_menus(
|
||||
array(
|
||||
'primary' => esc_html__( 'Primary menu', 'twentytwentyone' ),
|
||||
'footer' => __( 'Secondary menu', 'twentytwentyone' ),
|
||||
'footer' => esc_html__( 'Secondary menu', 'twentytwentyone' ),
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user