Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Bulk Actions Cron Offload
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
WP Plugins
Bulk Actions Cron Offload
Commits
4fbce4cb
Commit
4fbce4cb
authored
7 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Fix more namespacing
parent
37eb3bca
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
includes/class-delete-all.php
+2
-2
2 additions, 2 deletions
includes/class-delete-all.php
includes/class-move-to-trash.php
+1
-1
1 addition, 1 deletion
includes/class-move-to-trash.php
with
3 additions
and
3 deletions
includes/class-delete-all.php
+
2
−
2
View file @
4fbce4cb
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
includes/class-move-to-trash.php
+
1
−
1
View file @
4fbce4cb
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment