Make WordPress Core


Ignore:
Timestamp:
09/16/2021 09:30:36 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-One: Add missing escaping for the "Secondary menu" label.

Props muhammadfaizanhaidar, teucrium, sabernhardt, mukesh27, SergeyBiryukov.
Fixes #54127.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/functions.php

    r51322 r51820  
    7575            array(
    7676                'primary' => esc_html__( 'Primary menu', 'twentytwentyone' ),
    77                 'footer'  => __( 'Secondary menu', 'twentytwentyone' ),
     77                'footer'  => esc_html__( 'Secondary menu', 'twentytwentyone' ),
    7878            )
    7979        );
Note: See TracChangeset for help on using the changeset viewer.