Changeset 7521 for trunk/bp-core/admin/bp-core-components.php
- Timestamp:
- 11/07/2013 05:15:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-components.php
r7228 r7521 59 59 'title' => __( 'Extended Profiles', 'buddypress' ), 60 60 'description' => __( 'Customize your community with fully editable profile fields that allow your users to describe themselves.', 'buddypress' ) 61 ) 61 ), 62 'settings' => array( 63 'title' => __( 'Account Settings', 'buddypress' ), 64 'description' => __( 'Allow your users to modify their account and notification settings directly from within their profiles.', 'buddypress' ) 65 ), 66 'notifications' => array( 67 'title' => __( 'Notifications', 'buddypress' ), 68 'description' => __( 'Notify members of relevant activity with a toolbar bubble and/or via email, and allow them to customize their notification settings.', 'buddypress' ) 69 ), 62 70 ); 63 71 64 72 $optional_components = bp_core_admin_get_components( 'optional' ); 65 73 $required_components = bp_core_admin_get_components( 'required' ); 66 $retired_components = bp_core_admin_get_components( 'retired');74 $retired_components = bp_core_admin_get_components( 'retired' ); 67 75 68 76 // Don't show Forums component in optional components if it's disabled … … 372 380 'description' => __( 'Global, personal, and group activity streams with threaded commenting, direct posting, favoriting and @mentions, all with full RSS feed and email notification support.', 'buddypress' ) 373 381 ), 382 'notifications' => array( 383 'title' => __( 'Notifications', 'buddypress' ), 384 'description' => __( 'Notify members of relevant activity with a toolbar bubble and/or via email, and allow them to customize their notification settings.', 'buddypress' ) 385 ), 374 386 'groups' => array( 375 387 'title' => __( 'User Groups', 'buddypress' ),
Note: See TracChangeset
for help on using the changeset viewer.