Changeset 5725
- Timestamp:
- 02/11/2012 08:52:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r5721 r5725 485 485 if ( empty( $this->maintenance_mode ) ) { 486 486 487 // Setup the BuddyPress theme directory488 register_theme_directory( $this->themes_dir );489 490 487 // Require all of the BuddyPress core libraries 491 488 require( $this->plugin_dir . 'bp-core/bp-core-caps.php' ); … … 552 549 foreach( $actions as $class_action ) 553 550 add_action( 'bp_' . $class_action, array( $this, $class_action ), 5 ); 551 552 // Setup the BuddyPress theme directory 553 register_theme_directory( $this->themes_dir ); 554 554 } 555 555 }
Note: See TracChangeset
for help on using the changeset viewer.