diff --git a/wp-includes/class-wp-customize-nav-menus.php b/wp-includes/class-wp-customize-nav-menus.php index ed039507ad..b15c9dce5b 100644 --- a/wp-includes/class-wp-customize-nav-menus.php +++ b/wp-includes/class-wp-customize-nav-menus.php @@ -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 —' ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index a7a6cef689..5ff6de078b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.