Remove WP_SHOW_ADMIN_BAR and go off existing and new defines on page type. See #15315

git-svn-id: http://svn.automattic.com/wordpress/trunk@16221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2010-11-06 09:41:03 +00:00
parent 9451fa0d1b
commit ee291ef5a5
8 changed files with 15 additions and 11 deletions

View File

@@ -11,7 +11,6 @@
* @var bool
*/
define('XMLRPC_REQUEST', true);
define('WP_SHOW_ADMIN_BAR' , false);
// Some browser-embedded clients send cookies. We don't want them.
$_COOKIE = array();