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

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

See #40104.
Built from https://develop.svn.wordpress.org/trunk@41792


git-svn-id: http://core.svn.wordpress.org/trunk@41626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2017-10-08 16:34:49 +00:00
parent 3bee2912ea
commit 3dfe22a425
2 changed files with 5 additions and 5 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 —' ) );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-beta1-41791';
$wp_version = '4.9-beta1-41792';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.