Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/03/2015 08:01:25 PM (11 years ago)
Author:
boonebgorges
Message:

Introduce bp_remove_object_terms() wrapper, and use in bp_remove_member_type().

Props Mamaduka.
Fixes #6188.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-functions.php

    r9575 r9589  
    26172617    }
    26182618
    2619     $deleted = wp_remove_object_terms( $user_id, $member_type, 'bp_member_type' );
     2619    $deleted = bp_remove_object_terms( $user_id, $member_type, 'bp_member_type' );
    26202620
    26212621    // Bust the cache if the type has been removed.
Note: See TracChangeset for help on using the changeset viewer.