Changeset 8664 for trunk/src/bp-core/admin/bp-core-functions.php
- Timestamp:
- 07/22/2014 07:49:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-functions.php
r8592 r8664 510 510 switch ( $tab ) { 511 511 case 'bp-comp-overview' : 512 $retval = __( 'By default, all BuddyPress components are enabled. You can selectively disable any of the components by using the form. Your BuddyPress installation will continue to function. However, the features of the disabled components will no longer be accessible to anyone using the site.', 'buddypress' );512 $retval = __( 'By default, all but four of the BuddyPress components are enabled. You can selectively enable or disable any of the components by using the form below. Your BuddyPress installation will continue to function. However, the features of the disabled components will no longer be accessible to anyone using the site.', 'buddypress' ); 513 513 break; 514 514 515 515 case 'bp-page-overview' : 516 $retval = __( 'BuddyPress Components use WordPress Pages for their root directory/archive pages. Here you can change the page associations for each active component.', 'buddypress' );516 $retval = __( 'BuddyPress Components use WordPress Pages for their root directory/archive pages. You can change the page associations for each active component by using the form below.', 'buddypress' ); 517 517 break; 518 518 519 519 case 'bp-settings-overview' : 520 $retval = __( 'Extra configuration settings .', 'buddypress' );520 $retval = __( 'Extra configuration settings are provided and activated. You can selectively enable or disable any setting by using the form on this screen.', 'buddypress' ); 521 521 break; 522 522
Note: See TracChangeset
for help on using the changeset viewer.