Skip to:
Content

bbPress.org

Opened 9 months ago

Last modified 9 months ago

#3538 new defect (bug)

blacklist_keys deprecated

Reported by: robin-w's profile Robin W 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

Change History (1)

#1 @mike80222
9 months ago

I tried that change and it does appear to work.

Note: See TracTickets for help on using tickets.