[buddypress-trac] [BuddyPress Trac] #8265: WordPress Update 5.4 Changed function wp_get_user_request_data()
buddypress-trac
noreply at wordpress.org
Fri Apr 3 20:37:34 UTC 2020
#8265: WordPress Update 5.4 Changed function wp_get_user_request_data()
--------------------------+-----------------------------
Reporter: Dono12 | Owner: (none)
Type: defect (bug) | Status: new
Priority: high | Milestone: Awaiting Review
Component: Core | Version: 5.0.0
Severity: major | Keywords: needs-patch
--------------------------+-----------------------------
The recent WordPress 5.4 update changed
{{{
wp_get_user_request_data()
}}}
to
{{{
wp_get_user_request().
}}}
Because this change is not yet updated in wp-content/plugins/buddypress
/bp-settings/bp-settings-functions.php on line 251.
{{{
wp_get_user_request_data( $query->post->ID );
}}}
The BuddyPress Export Data Page is broken when clicking the Export Data
Button.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8265>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list