Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/08/2012 09:44:34 PM (14 years ago)
Author:
djpaul
Message:

Remove some more copypasta that came from/belongs in bbPress. See #4008.

  • The 'Root forum ID for groups' belongs to bbPress.
  • Don't serialise 'bp-deactivated-components'.
  • Remove 'Use WP Editor' option until/if we decide to integrate TinyMCE into any BP component.
File:
1 edited

Legend:

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

    r6026 r6066  
    4646    <input id="bp-disable-account-deletion" name="bp-disable-account-deletion" type="checkbox" value="1" <?php checked( !bp_disable_account_deletion( true ) ); ?> />
    4747    <label for="bp-disable-account-deletion"><?php _e( 'Allow registered members to delete their own accounts', 'buddypress' ); ?></label>
    48 
    49 <?php
    50 }
    51 
    52 /**
    53  * Use the WordPress editor setting field
    54  *
    55  * @since BuddyPress (r3586)
    56  *
    57  * @uses checked() To display the checked attribute
    58  */
    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>
    6448
    6549<?php
Note: See TracChangeset for help on using the changeset viewer.