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
7e005f30
Verified
Commit
7e005f30
authored
Dec 05, 2016
by
Erick Hitter
Browse files
Fix copy-pasta function name
😒
parent
977f561e
Changes
1
Show whitespace changes
Inline
Side-by-side
includes/wp-cli/class-data.php
View file @
7e005f30
...
...
@@ -13,7 +13,7 @@ class Data extends \WP_CLI_Command {
*
* @subcommand flush-cache
*/
public
function
purg
e
(
$args
,
$assoc_args
)
{
public
function
flush_internal_cach
e
(
$args
,
$assoc_args
)
{
$flushed
=
wp_cache_delete
(
\
Automattic\WP\Cron_Control\Cron_Options_CPT
::
CACHE_KEY
);
if
(
$flushed
)
{
...
...
Write
Preview
Markdown
is supported
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