Changeset 1646
- Timestamp:
- 08/10/2009 03:15:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bphome/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bphome/functions.php
r1366 r1646 68 68 global $bp, $current_blog; 69 69 70 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-signup.php' );70 require_once ( BP_PLUGIN_DIR . '/bp-core/bp-core-signup.php' ); 71 71 72 72 if ( $bp->current_component == BP_REGISTER_SLUG && $bp->current_action == '' ) { … … 80 80 global $bp, $current_blog; 81 81 82 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-activation.php' );82 require_once ( BP_PLUGIN_DIR . '/bp-core/bp-core-activation.php' ); 83 83 84 84 if ( $bp->current_component == BP_ACTIVATION_SLUG && $bp->current_action == '' ) {
Note: See TracChangeset
for help on using the changeset viewer.