Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/26/2014 07:45:04 PM (11 years ago)
Author:
boonebgorges
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-admin.php

    r8152 r8161  
    105105        // Capability depends on config
    106106        $this->capability = bp_core_do_network_admin() ? 'manage_network_options' : 'manage_options';
    107        
     107
    108108        // The Edit Profile Screen id
    109109        $this->user_page = '';
     
    315315
    316316        <ul id="profile-nav" class="nav-tab-wrapper">
    317             <?php 
     317            <?php
    318318            /**
    319319             * In configs where BuddyPress is not network activated, as regular
     
    763763            $edit_action = $actions['edit'];
    764764            unset( $actions['edit'] );
    765  
     765
    766766            $new_edit_actions = array(
    767767                'edit'         => $edit_action,
Note: See TracChangeset for help on using the changeset viewer.