Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#2065 closed defect (bug) (fixed)

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

Reported by: jmdodd's profile jmdodd Owned by:
Milestone: 2.3 Priority: normal
Severity: minor Version: 2.1
Component: Tools - Warnings/Notices 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 12 years ago.

Download all attachments as: .zip

Change History (4)

@jmdodd
12 years ago

#1 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(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
12 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
11 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.