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
Cron-Control
Commits
60f69939
Verified
Commit
60f69939
authored
Dec 05, 2016
by
Erick Hitter
Browse files
Also, provide better finishing message thanks to WP-CLI's `success`
parent
403643f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/wp-cli/class-one-time-fixers.php
View file @
60f69939
...
...
@@ -98,7 +98,7 @@ class One_Time_Fixers extends \WP_CLI_Command {
}
// Fin
\
WP_CLI
::
line
(
"
\n
"
.
__
(
'All done.'
,
'automattic-cron-control'
)
);
\
WP_CLI
::
success
(
__
(
'All done.'
,
'automattic-cron-control'
)
);
}
}
...
...
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