Changeset 1021 for trunk/buddypress-theme/buddypress-home/functions.php
- Timestamp:
- 02/06/2009 03:07:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/buddypress-home/functions.php
r954 r1021 47 47 global $bp, $query_string; 48 48 49 if ( $bp ['current_component']== HOME_BLOG_SLUG ) {49 if ( $bp->current_component == HOME_BLOG_SLUG ) { 50 50 $pos = strpos( $query_string, 'pagename=' . HOME_BLOG_SLUG ); 51 51 … … 68 68 global $bp, $current_blog; 69 69 70 if ( $bp ['current_component'] == REGISTER_SLUG && $bp['current_action']== '' ) {70 if ( $bp->current_component == REGISTER_SLUG && $bp->current_action == '' ) { 71 71 bp_core_signup_set_headers(); 72 72 bp_core_load_template( 'register', true ); … … 78 78 global $bp, $current_blog; 79 79 80 if ( $bp ['current_component'] == ACTIVATION_SLUG && $bp['current_action']== '' ) {80 if ( $bp->current_component == ACTIVATION_SLUG && $bp->current_action == '' ) { 81 81 bp_core_activation_set_headers(); 82 82 bp_core_load_template( 'activate', true );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)