Changeset 3353 for trunk/bp-friends/bp-friends-templatetags.php
- Timestamp:
- 11/05/2010 05:01:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-templatetags.php
r3300 r3353 221 221 'wrapper_id' => 'friendship-button-' . $potential_friend_id, 222 222 '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' ), 224 224 'link_text' => __( 'Friendship Requested', 'buddypress' ), 225 225 'link_title' => __( 'Friendship Requested', 'buddypress' )
Note: See TracChangeset
for help on using the changeset viewer.