Changeset 721
- Timestamp:
- 12/15/2008 04:23:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/buddypress-home/functions.php
r699 r721 47 47 global $bp, $current_blog; 48 48 49 if ( $current_blog->blog_id > 1 )50 return false;51 52 49 if ( $bp['current_component'] == NEWS_SLUG && $bp['current_action'] == '' ) { 53 50 query_posts('showposts=15'); … … 60 57 global $bp, $current_blog; 61 58 62 if ( $current_blog->blog_id > 1 )63 return false;64 65 59 if ( $bp['current_component'] == REGISTER_SLUG && $bp['current_action'] == '' ) { 66 60 bp_core_signup_set_headers(); … … 73 67 global $bp, $current_blog; 74 68 75 if ( $current_blog->blog_id > 1 )76 return false;77 78 69 if ( $bp['current_component'] == ACTIVATION_SLUG && $bp['current_action'] == '' ) { 79 70 bp_core_activation_set_headers();
Note: See TracChangeset
for help on using the changeset viewer.