Changeset 2374
- Timestamp:
- 01/20/2010 09:45:31 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
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' ); ?> -
trunk/bp-xprofile/bp-xprofile-admin.php
r2341 r2374 38 38 <h2><?php _e( 'Profile Field Setup', 'buddypress') ?></h2> 39 39 <br /> 40 <p><?php _e( 'Your users will distinguish themselves through their profile page. 41 You must give them profile fields that allow them to describe themselves 42 in a way that is relevant to the theme of your social network.', 'buddypress') ?></p> 43 40 <p><?php _e( 'Your users will distinguish themselves through their profile page. You must give them profile fields that allow them to describe themselves in a way that is relevant to the theme of your social network.', 'buddypress') ?></p> 44 41 <p><?php _e('NOTE: Any fields in the first group will appear on the signup page.', 'buddypress'); ?></p> 45 42
Note: See TracChangeset
for help on using the changeset viewer.