Changeset 4602 for trunk/bp-core/bp-core-wpabstraction.php
- Timestamp:
- 07/04/2011 04:59:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-wpabstraction.php
r4559 r4602 33 33 if ( !function_exists( 'switch_to_blog' ) ) { 34 34 function switch_to_blog() { 35 return 1;35 return bp_get_root_blog_id(); 36 36 } 37 37 } … … 39 39 if ( !function_exists( 'restore_current_blog' ) ) { 40 40 function restore_current_blog() { 41 return 1;41 return bp_get_root_blog_id(); 42 42 } 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.