Skip to content

Commit 3f7b88a

Browse files
Declaring inputError
1 parent 5012827 commit 3f7b88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/_enqueues/wp/customize/controls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4066,7 +4066,7 @@
40664066
* @return {void}
40674067
*/
40684068
addNewPage: function () {
4069-
var control = this, promise, toggle, container, input, title, select;
4069+
var control = this, promise, toggle, container, input, inputError, title, select;
40704070

40714071
if ( 'dropdown-pages' !== control.params.type || ! control.params.allow_addition || ! api.Menus ) {
40724072
return;

0 commit comments

Comments
 (0)