Changeset 6066 for trunk/bp-core/admin/bp-core-settings.php
- Timestamp:
- 06/08/2012 09:44:34 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/admin/bp-core-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-settings.php
r6026 r6066 46 46 <input id="bp-disable-account-deletion" name="bp-disable-account-deletion" type="checkbox" value="1" <?php checked( !bp_disable_account_deletion( true ) ); ?> /> 47 47 <label for="bp-disable-account-deletion"><?php _e( 'Allow registered members to delete their own accounts', 'buddypress' ); ?></label> 48 49 <?php50 }51 52 /**53 * Use the WordPress editor setting field54 *55 * @since BuddyPress (r3586)56 *57 * @uses checked() To display the checked attribute58 */59 function bp_admin_setting_callback_use_wp_editor() {60 ?>61 62 <input id="_bp_use_wp_editor" name="_bp_use_wp_editor" type="checkbox" id="_bp_use_wp_editor" value="1" <?php checked( bp_use_wp_editor( true ) ); ?> />63 <label for="_bp_use_wp_editor"><?php _e( 'Use the fancy WordPress editor to create and edit topics and replies', 'buddypress' ); ?></label>64 48 65 49 <?php
Note: See TracChangeset
for help on using the changeset viewer.