[buddypress-trac] [BuddyPress Trac] #7448: buddypress/bp-friends/bp-friends-template.php
buddypress-trac
noreply at wordpress.org
Thu Feb 23 15:31:33 UTC 2017
#7448: buddypress/bp-friends/bp-friends-template.php
--------------------------+-------------------
Reporter: allianse | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.8.1
Component: Core | Version: 2.8.0
Severity: normal | Keywords:
--------------------------+-------------------
There is a problem for accept a friend with Bosstheme and LiteSpeed Web
Server
Please find the file attached with modified lines:
* ORIGINAL SCRIPT
*/
//return apply_filters(
'bp_get_friend_accept_request_link', wp_nonce_url(
bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests/accept/' .
$friendship_id, 'friends_accept_friendship' ), $friendship_id );
/**
* UPDATED SCRIPT (23-FEB-2017)
* To avoid the Accept request URL issue
*/
return apply_filters(
'bp_get_friend_accept_request_link', wp_nonce_url(
bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests/accept/' .
$friendship_id.'/', 'friends_accept_friendship' ), $friendship_id );
}
Please modify the file before release next update
Regards
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7448>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list