Make WordPress Core


Ignore:
Timestamp:
10/15/2017 10:22:59 PM (7 years ago)
Author:
westonruter
Message:

Widgets: Rename "Custom Menu" widget to "Navigation Menu".

Props gk.loveweb, ChrisHardie, ajayghaghretiya1, melchoyce.
Fixes #40442.

File:
1 edited

Legend:

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

    r41640 r41868  
    13661366        /*
    13671367         * Make sure that other setting changes have previewed since this widget
    1368          * may depend on them (e.g. Menus being present for Custom Menu widget).
     1368         * may depend on them (e.g. Menus being present for Navigation Menu widget).
    13691369         */
    13701370        if ( ! did_action( 'customize_preview_init' ) ) {
Note: See TracChangeset for help on using the changeset viewer.