[buddypress-trac] [BuddyPress Trac] #9167: Improve the way we process user spamming
buddypress-trac
noreply at wordpress.org
Fri Jan 2 19:10:33 UTC 2026
#9167: Improve the way we process user spamming
--------------------------------------+--------------------------
Reporter: imath | Owner: espellcaste
Type: task | Status: closed
Priority: normal | Milestone: 15.0.0
Component: Members | Version: 1.6
Severity: normal | Resolution: fixed
Keywords: has-patch has-unit-tests |
--------------------------------------+--------------------------
Changes (by espellcaste):
* owner: (none) => espellcaste
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"14195" 14195]:
{{{
#!CommitTicketReference repository="" revision="14195"
Switch the function that updates the spam status of the member on
multisite configs and deprecate `bp_core_update_member_status`.
Since WordPress 5.3, the user status is now updated using the globally
available `wp_update_user()` function. So let us use it instead and
deprecate `bp_core_update_member_status()`.
It includes some minor Docblock changes.
Props imath.
Closes https://github.com/buddypress/buddypress/pull/434/
See #9173
Fixes #9167
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/9167#comment:7>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list