diff --git a/includes/functions.php b/includes/functions.php index f667ff02e530e895058d32c228fa74fde2d915ba..cfa205ea026323b3b3a9c009a1a4be408a35da61 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -102,8 +102,6 @@ function get_command_whitelist() { 'cache', 'cap', 'comment', - 'cron-control', - 'cron-control-fixers', 'media', 'menu', 'network', @@ -140,6 +138,8 @@ function get_command_blacklist() { 'config', 'core', 'cron', + 'cron-control', + 'cron-control-fixers', 'db', 'eval', 'eval-file',