Add define('WP_SHOW_ADMIN_BAR' , false) for now. See #15315.
git-svn-id: https://develop.svn.wordpress.org/trunk@16177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0ec9f6ff0b
commit
fa9fc10c6e
@ -13,6 +13,7 @@
|
||||
*/
|
||||
define('DOING_AJAX', true);
|
||||
define('WP_ADMIN', true);
|
||||
define('WP_SHOW_ADMIN_BAR' , false);
|
||||
|
||||
if ( ! isset( $_REQUEST['action'] ) )
|
||||
die('-1');
|
||||
|
Loading…
Reference in New Issue
Block a user