Changeset 2374 for trunk/bp-core/bp-core-admin.php
- Timestamp:
- 01/20/2010 09:45:31 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-admin.php
r2189 r2374 164 164 <form action="" method="post" id="bp-admin-component-form"> 165 165 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> 174 167 175 168 <?php $disabled_components = get_site_option( 'bp-deactivated-components' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.