Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
Cron-Control
Commits
a981a2e3
Commit
a981a2e3
authored
Aug 09, 2017
by
Erick Hitter
Committed by
GitHub
Aug 09, 2017
Browse files
Merge pull request #130 from Automattic/add/cli-error-suppression
Suppress errors where JSON is used
parents
86f8471e
f173916a
Changes
1
Show whitespace changes
Inline
Side-by-side
includes/wp-cli.php
View file @
a981a2e3
...
...
@@ -29,6 +29,7 @@ function prepare_environment() {
// Set DOING_CRON when appropriate
if
(
isset
(
$cmd
[
1
]
)
&&
'orchestrate'
===
$cmd
[
1
]
)
{
@
ini_set
(
'display_errors'
,
'0'
);
\
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