Changeset 705702
- Timestamp:
- 04/30/2013 01:24:42 AM (13 years ago)
- File:
-
- 1 edited
-
ab-api-call-logger/trunk/ab-api-logger.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ab-api-call-logger/trunk/ab-api-logger.php
r705694 r705702 36 36 37 37 public function add_adminbar_item( $admin_bar ) { 38 if( !current_user_can( 'administrator' ) || ( is_multisite() && !is_super_admin() ) ) 38 if( is_multisite() && !is_super_admin() ) 39 return false; 40 41 if( !current_user_can( 'administrator' ) ) 39 42 return false; 40 43
Note: See TracChangeset
for help on using the changeset viewer.