Skip to:
Content

bbPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 12 years ago

#2065 closed defect (bug) (fixed)

bbp_remove_roles() used in includes/admin/tools.php

Reported by: jmdodd Owned by:
Priority: normal Milestone: 2.3
Component: Tools - Warnings/Notices Version: 2.1
Severity: minor Keywords: has-patch
Cc:

Description

No longer necessary to call bbp_remove_roles(), since editable forum roles no longer exist.

Attachments (1)

2065.1.diff (494 bytes ) - added by jmdodd 14 years ago.

Download all attachments as: .zip

Change History (4)

@jmdodd
14 years ago

#1 @johnjamesjacoby
14 years ago

  • Resolutionfixed
  • Status newclosed

(In [4527]) Roles:

  • When updating bbPress and normalizing user roles, remove the old moderator and participant roles from the database.
  • Props jmdodd.
  • Fixes #2065.

#2 @johnjamesjacoby
14 years ago

(In [4528]) Roles:

  • When updating bbPress and normalizing user roles, remove the old moderator and participant roles from the database.
  • Move BuddyPress role removal into groups repair tool.
  • See #2065 (2.2 branch)

#3 @johnjamesjacoby
12 years ago

In 5401:

De-deprecate bbp_remove_roles() and use it in: bbp_admin_reset_handler(), bbp_do_uninstall(), and bbp_version_updater(). Fixes bug where old bbPress role data could still exist in wp_user_roles`. See #2065. Fixes #2580.

Note: See TracTickets for help on using tickets.