Changeset 10904 for trunk/src/bp-friends/bp-friends-template.php
- Timestamp:
- 06/23/2016 05:39:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-template.php
r10825 r10904 370 370 'link_href' => wp_nonce_url( bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests/cancel/' . $potential_friend_id . '/', 'friends_withdraw_friendship' ), 371 371 'link_text' => __( 'Cancel Friendship Request', 'buddypress' ), 372 'link_title' => __( 'Cancel Friendship Requested', 'buddypress' ),373 372 'link_id' => 'friend-' . $potential_friend_id, 374 373 'link_rel' => 'remove', … … 387 386 'link_href' => bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests/', 388 387 'link_text' => __( 'Friendship Requested', 'buddypress' ), 389 'link_title' => __( 'Friendship Requested', 'buddypress' ),390 388 'link_id' => 'friend-' . $potential_friend_id, 391 389 'link_rel' => 'remove', … … 404 402 'link_href' => wp_nonce_url( bp_loggedin_user_domain() . bp_get_friends_slug() . '/remove-friend/' . $potential_friend_id . '/', 'friends_remove_friend' ), 405 403 'link_text' => __( 'Cancel Friendship', 'buddypress' ), 406 'link_title' => __( 'Cancel Friendship', 'buddypress' ),407 404 'link_id' => 'friend-' . $potential_friend_id, 408 405 'link_rel' => 'remove', … … 421 418 'link_href' => wp_nonce_url( bp_loggedin_user_domain() . bp_get_friends_slug() . '/add-friend/' . $potential_friend_id . '/', 'friends_add_friend' ), 422 419 'link_text' => __( 'Add Friend', 'buddypress' ), 423 'link_title' => __( 'Add Friend', 'buddypress' ),424 420 'link_id' => 'friend-' . $potential_friend_id, 425 421 'link_rel' => 'add',
Note: See TracChangeset
for help on using the changeset viewer.