Opened 9 months ago
Last modified 9 months ago
#3538 new defect (bug)
blacklist_keys deprecated
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Cc: |
Description
bbpress/includes/common/functions.php line 821 states
<?php $option_name = 'blacklist_keys';
this is deprecated and needs changing to
<?php disallowed_keys
Note: See
TracTickets for help on using
tickets.
I tried that change and it does appear to work.