Customize: Add context to "View All Locations" string.

This is about navigation menu locations. Also updates the array alignment to use spaces.

See #40104.

git-svn-id: https://develop.svn.wordpress.org/trunk@41792 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2017-10-08 16:33:52 +00:00
parent 3a938bb9e9
commit fe5832ebdf
1 changed files with 4 additions and 4 deletions

View File

@ -583,10 +583,10 @@ final class WP_Customize_Nav_Menus {
}
$this->manager->add_section( 'menu_locations', array(
'title' => __( 'View All Locations' ),
'panel' => 'nav_menus',
'priority' => 30,
'description' => $description
'title' => _x( 'View All Locations', 'menu locations' ),
'panel' => 'nav_menus',
'priority' => 30,
'description' => $description
) );
$choices = array( '0' => __( '— Select —' ) );