Make WordPress Core


Ignore:
Timestamp:
10/18/2010 05:58:36 PM (14 years ago)
Author:
ryan
Message:

Allow turning off the admin bar via WP_SHOW_ADMIN_BAR constant, no_admin_bar() function, or show_admin_bar filter. see #14772

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/press-this.php

    r15365 r15834  
    77 */
    88
     9define('WP_SHOW_ADMIN_BAR' , false);
     10
    911/** WordPress Administration Bootstrap */
    1012require_once('./admin.php');
     13
    1114header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
    1215
Note: See TracChangeset for help on using the changeset viewer.