Make WordPress Core


Ignore:
Timestamp:
10/08/2017 04:33:52 PM (7 years ago)
Author:
ocean90
Message:

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

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

See #40104.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-nav-menus.php

    r41768 r41792  
    584584
    585585        $this->manager->add_section( 'menu_locations', array(
    586             'title'         => __( 'View All Locations' ),
    587             'panel'         => 'nav_menus',
    588             'priority'      => 30,
    589             'description'   => $description
     586            'title'       => _x( 'View All Locations', 'menu locations' ),
     587            'panel'       => 'nav_menus',
     588            'priority'    => 30,
     589            'description' => $description
    590590        ) );
    591591
Note: See TracChangeset for help on using the changeset viewer.