Changeset 3775 for branches/1.2/bp-core/bp-core-adminbar.php
- Timestamp:
- 01/20/2011 09:08:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core/bp-core-adminbar.php
r3774 r3775 292 292 } elseif ( !defined( 'BP_DISABLE_ADMIN_BAR' ) || !BP_DISABLE_ADMIN_BAR ) { 293 293 // Keep the WP admin bar from loading 294 show_admin_bar( false ); 294 if ( function_exists( 'show_admin_bar' ) ) 295 show_admin_bar( false ); 295 296 296 297 // Actions used to build the BP admin bar
Note: See TracChangeset
for help on using the changeset viewer.