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:
westi 2010-11-04 08:40:27 +00:00
parent f0f43d9eb0
commit fb004d24be
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
*/
define('DOING_AJAX', true);
define('WP_ADMIN', true);
define('WP_SHOW_ADMIN_BAR' , false);
if ( ! isset( $_REQUEST['action'] ) )
die('-1');