mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Add define('WP_SHOW_ADMIN_BAR' , false) for now. See #15315.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f0f43d9eb0
commit
fb004d24be
@ -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…
x
Reference in New Issue
Block a user