Remove leftover JS global, see #18198
git-svn-id: http://core.svn.wordpress.org/trunk@20942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c8485f2a1b
commit
dd2bae8931
|
@ -1,4 +1,4 @@
|
|||
var showNotice, adminMenu, columns, validateForm, screenMeta, autofold_menu;
|
||||
var showNotice, adminMenu, columns, validateForm, screenMeta;
|
||||
(function($){
|
||||
// Removed in 3.3.
|
||||
// (perhaps) needed for back-compat
|
||||
|
|
Loading…
Reference in New Issue