mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Widgets: Rename "Custom Menu" widget to "Navigation Menu".
Props gk.loveweb, ChrisHardie, ajayghaghretiya1, melchoyce. Fixes #40442. git-svn-id: https://develop.svn.wordpress.org/trunk@41868 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1365,7 +1365,7 @@ final class WP_Customize_Widgets {
|
||||
|
||||
/*
|
||||
* Make sure that other setting changes have previewed since this widget
|
||||
* may depend on them (e.g. Menus being present for Custom Menu widget).
|
||||
* may depend on them (e.g. Menus being present for Navigation Menu widget).
|
||||
*/
|
||||
if ( ! did_action( 'customize_preview_init' ) ) {
|
||||
foreach ( $this->manager->settings() as $setting ) {
|
||||
|
||||
Reference in New Issue
Block a user