Remove leftover JS global, see #18198
git-svn-id: https://develop.svn.wordpress.org/trunk@20942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
00c2d58e3b
commit
a18e5b46e6
|
@ -1,4 +1,4 @@
|
||||||
var showNotice, adminMenu, columns, validateForm, screenMeta, autofold_menu;
|
var showNotice, adminMenu, columns, validateForm, screenMeta;
|
||||||
(function($){
|
(function($){
|
||||||
// Removed in 3.3.
|
// Removed in 3.3.
|
||||||
// (perhaps) needed for back-compat
|
// (perhaps) needed for back-compat
|
||||||
|
|
Loading…
Reference in New Issue