Changeset 7521 for trunk/tests/includes/install.php
- Timestamp:
- 11/07/2013 05:15:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/includes/install.php
r7421 r7521 27 27 28 28 function wp_test_bp_install( $value ) { 29 return array( 'activity' => 1, 'blogs' => 1, 'friends' => 1, 'groups' => 1, 'members' => 1, 'messages' => 1, ' settings' => 1, 'xprofile' => 1, );29 return array( 'activity' => 1, 'blogs' => 1, 'friends' => 1, 'groups' => 1, 'members' => 1, 'messages' => 1, 'notifications' => 1, 'settings' => 1, 'xprofile' => 1, ); 30 30 } 31 31 tests_add_filter( 'bp_new_install_default_components', 'wp_test_bp_install' );
Note: See TracChangeset
for help on using the changeset viewer.