From 4fbce4cbe52466355fc3b0e6687b7fc6e49231ac Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Tue, 12 Sep 2017 19:19:38 -0700 Subject: [PATCH] Fix more namespacing --- includes/class-delete-all.php | 4 ++-- includes/class-move-to-trash.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/class-delete-all.php b/includes/class-delete-all.php index 3f683f4..67fa074 100644 --- a/includes/class-delete-all.php +++ b/includes/class-delete-all.php @@ -14,9 +14,9 @@ class Delete_All { /** * Class constants */ - const CRON_EVENT = 'a8c_bulk_edit_delete_all'; + const CRON_EVENT = 'bulk_edit_cron_offload_delete_all'; - const ADMIN_NOTICE_KEY = 'a8c_bulk_edit_deleted_all'; + const ADMIN_NOTICE_KEY = 'bulk_edit_cron_offload_deleted_all'; /** * Register this bulk process' hooks diff --git a/includes/class-move-to-trash.php b/includes/class-move-to-trash.php index 967ecca..abc31a1 100644 --- a/includes/class-move-to-trash.php +++ b/includes/class-move-to-trash.php @@ -14,7 +14,7 @@ class Move_To_Trash { /** * Class constants */ - const CRON_EVENT = 'a8c_bulk_edit_move_to_trash'; + const CRON_EVENT = 'bulk_edit_cron_offload_move_to_trash'; /** * Register this bulk process' hooks -- GitLab