Make WordPress Core

Changeset 16042


Ignore:
Timestamp:
10/28/2010 08:48:52 AM (13 years ago)
Author:
westi
Message:

Debug should be a plugin not a core feature for now. See #14772.

Location:
trunk/wp-includes/admin-bar
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/admin-bar/admin-bar-class.php

    r16041 r16042  
    1212        /* Only load super admin menu code if the logged in user is a super admin */
    1313        if ( is_super_admin() ) {
    14             require( ABSPATH . WPINC . '/admin-bar/admin-bar-debug.php' );
    1514            require( ABSPATH . WPINC . '/admin-bar/admin-bar-superadmin.php' );
    1615        }
Note: See TracChangeset for help on using the changeset viewer.