Fix a typo in [32806].

see #32576.
Built from https://develop.svn.wordpress.org/trunk@32808


git-svn-id: http://core.svn.wordpress.org/trunk@32779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2015-06-16 23:09:25 +00:00
parent b2b3f1c3ff
commit ac33d71623
7 changed files with 25 additions and 25 deletions

View File

@@ -2238,7 +2238,7 @@
* Extends wp.customize.panelConstructor with section constructor for menus.
*/
$.extend( api.panelConstructor, {
menus: api.Menus.MenusPanel
nav_menus: api.Menus.MenusPanel
});
/**

File diff suppressed because one or more lines are too long