Skip to content
Snippets Groups Projects
Commit 4fbce4cb authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix more namespacing

parent 37eb3bca
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment