Opened 4 weeks ago
Closed 3 weeks ago
#3639 closed defect (bug) (fixed)
disallow_keys should be disallowed keys
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6.14 | Priority: | normal |
Severity: | normal | Version: | 2.6.0 |
Component: | API - Moderation | Keywords: | commit |
Cc: |
Description
https://bbpress.trac.wordpress.org/ticket/3538
This ticket was closed, but the wrong change was made
in bbpress/includes/common/functions.php line 869 states
<?php $option_name = 'disallow_keys';
but it should read
<?php $option_name = 'disallowed_keys';
that is the correct option name in wordpress.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 7302: