mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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:
parent
3bee2912ea
commit
3dfe22a425
@ -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 —' ) );
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user