Skip to:
Content

BuddyPress.org

Changeset 6771


Ignore:
Timestamp:
02/06/2013 10:10:58 PM (14 years ago)
Author:
boonebgorges
Message:

Pinking shears

Location:
trunk/bp-core
Files:
2 edited

Legend:

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

    r6770 r6771  
    120120                unset( $optional_components['forums'] );
    121121        }
    122        
     122
    123123        // Add blogs tracking if multisite
    124124        if ( is_multisite() ) {
     
    280280 */
    281281function bp_core_admin_components_settings_handler() {
    282        
     282
    283283        // Bail if not saving settings
    284284        if ( ! isset( $_POST['bp-admin-component-submit'] ) )
  • trunk/bp-core/bp-core-functions.php

    r6770 r6771  
    11831183function bp_core_do_network_admin() {
    11841184
    1185         // Default 
     1185        // Default
    11861186        $retval = bp_is_network_activated();
    11871187
     
    12031203 * Used to determine admin menu placement, and where settings and options are
    12041204 * stored. If you're being *really* clever and manually pulling BuddyPress in
    1205  * with an mu-plugin or some other method, you'll want to 
     1205 * with an mu-plugin or some other method, you'll want to
    12061206 *
    12071207 * @since BuddyPress (1.7)
Note: See TracChangeset for help on using the changeset viewer.