Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
bulk-actions-cron-offload
Commits
cd72df7e
Commit
cd72df7e
authored
Oct 03, 2017
by
Erick Hitter
Browse files
PHPCS fixes
parent
23dd496c
Changes
2
Hide whitespace changes
Inline
Side-by-side
includes/class-delete-permanently.php
View file @
cd72df7e
...
...
@@ -14,7 +14,7 @@ class Delete_Permanently {
/**
* Common hooks and such
*/
use
Bulk_Actions
,
In_Trash
{
use
Bulk_Actions
,
In_Trash
{
In_Trash
::
admin_notices
insteadof
Bulk_Actions
;
In_Trash
::
hide_posts
insteadof
Bulk_Actions
;
}
...
...
includes/class-restore-from-trash.php
View file @
cd72df7e
...
...
@@ -14,7 +14,7 @@ class Restore_From_Trash {
/**
* Common hooks and such
*/
use
Bulk_Actions
,
In_Trash
{
use
Bulk_Actions
,
In_Trash
{
In_Trash
::
admin_notices
insteadof
Bulk_Actions
;
In_Trash
::
hide_posts
insteadof
Bulk_Actions
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment