Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/20/2010 09:45:31 AM (16 years ago)
Author:
apeatling
Message:

Fixes #1416

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-admin.php

    r2189 r2374  
    164164        <form action="" method="post" id="bp-admin-component-form">
    165165
    166             <p>
    167             <?php _e(
    168                 'By default, all BuddyPress components are enabled. You can selectively disable any of the
    169                 components by using the form below. Your BuddyPress installation will continue to function, however
    170                 the features of the disabled components will no longer be accessible to
    171                 anyone using the site.
    172                 ', 'buddypress' )?>
    173             </p>
     166            <p><?php _e('By default, all BuddyPress components are enabled. You can selectively 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' ) ?></p>
    174167
    175168            <?php $disabled_components = get_site_option( 'bp-deactivated-components' ); ?>
Note: See TracChangeset for help on using the changeset viewer.