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
499adbba
Commit
499adbba
authored
Aug 09, 2017
by
Erick Hitter
Browse files
Orchestrate endpoint uses JSON, which displayed errors will corrupt
parent
86f8471e
Changes
1
Show whitespace changes
Inline
Side-by-side
includes/wp-cli.php
View file @
499adbba
...
...
@@ -29,6 +29,7 @@ function prepare_environment() {
// Set DOING_CRON when appropriate
if
(
isset
(
$cmd
[
1
]
)
&&
'orchestrate'
===
$cmd
[
1
]
)
{
@
ini_set
(
'display_errors'
,
false
);
\
Automattic\WP\Cron_Control\set_doing_cron
();
}
}
...
...
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