Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2010 05:01:11 PM (14 years ago)
Author:
djpaul
Message:

Change "friendship requested" button URL to user's pending requests page. Fixes #1354.

File:
1 edited

Legend:

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

    r3300 r3353  
    221221                    'wrapper_id'        => 'friendship-button-' . $potential_friend_id,
    222222                    'link_class'        => 'requested',
    223                     'link_href'         => trailingslashit( $bp->loggedin_user->domain . $bp->friends->slug ),
     223                    'link_href'         => trailingslashit( $bp->loggedin_user->domain . $bp->friends->slug . '/requests' ),
    224224                    'link_text'         => __( 'Friendship Requested', 'buddypress' ),
    225225                    'link_title'        => __( 'Friendship Requested', 'buddypress' )
Note: See TracChangeset for help on using the changeset viewer.