Changeset 6942 for trunk/tests/includes/install.php
- Timestamp:
- 04/23/2013 11:29:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/includes/install.php
r6908 r6942 26 26 27 27 function wp_test_bp_install( $value ) { 28 return array( 'activity' => 1, ' friends' => 1, 'groups' => 1, 'members' => 1, 'messages' => 1, 'settings' => 1, 'xprofile' => 1, );28 return array( 'activity' => 1, 'blogs' => 1, 'friends' => 1, 'groups' => 1, 'members' => 1, 'messages' => 1, 'settings' => 1, 'xprofile' => 1, ); 29 29 } 30 30 tests_add_filter( 'bp_new_install_default_components', 'wp_test_bp_install' );
Note: See TracChangeset
for help on using the changeset viewer.