Skip to:
Content

bbPress.org

#2097 closed defect (bug) (fixed)

Typo in /trunk/ branch for bbp_remove_caps() in /admin/tools.php

Reported by:netweb's profile netwebOwned by:
Milestone:2.3Priority:normal
Severity:normalVersion:2.2
Component:General - AdministrationKeywords:has-
Cc:

Description

Typo in /trunk/ branch for bbp_remove_caps() in /trunk/ branch relating to commits from #2065

/trunk/ r4527 bp_remove_caps();

http://bbpress.trac.wordpress.org/browser/trunk/includes/admin/tools.php#L1126

/branches/2.2/ r4528 bbp_remove_caps();

http://bbpress.trac.wordpress.org/browser/branches/2.2/includes/admin/tools.php#L1126

Both branches should be calling bbp_remove_caps();

Attachments (1)

2097.1.diff (566 bytes) - added by netweb 12 years ago.

Download all attachments as: .zip

Change History (3)

@netweb
12 years ago

#1 @netweb
12 years ago

  • Keywords has- added

#2 @johnjamesjacoby
12 years ago

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

(In [4595]) In bbp_admin_reset_handler(), use correct bbp_remove_caps() function. Props netweb. Fixes #2097.

Note: See TracTickets for help on using tickets.