Skip to:
Content

BuddyPress.org

Changeset 3523


Ignore:
Timestamp:
12/07/2010 10:53:45 PM (14 years ago)
Author:
djpaul
Message:

Show cancel friendship button on the "my profile-> friends" page. Fixes #2780, props sbrajesh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends/bp-friends-templatetags.php

    r3483 r3523  
    232232                    'component'         => 'friends',
    233233                    'must_be_logged_in' => true,
    234                     'block_self'        => true,
     234                    'block_self'        => false,
    235235                    'wrapper_class'     => 'friendship-button is_friend',
    236236                    'wrapper_id'        => 'friendship-button-' . $potential_friend_id,
Note: See TracChangeset for help on using the changeset viewer.