From 903be842a3bd601aaac43a3b235f8b1904dc3840 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 8 Jul 2013 12:59:10 +0000 Subject: [PATCH] Documentation for [24564]. see #23811. git-svn-id: https://develop.svn.wordpress.org/trunk@24581 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/load.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/load.php b/wp-includes/load.php index 15b2965d24..e1eb15e4bb 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -253,6 +253,8 @@ function timer_stop( $display = 0, $precision = 3 ) { // if called like timer_st * When WP_DEBUG_LOG is true, errors will be logged to wp-content/debug.log. * WP_DEBUG_LOG defaults to false. * + * Errors are never displayed for XML-RPC requests. + * * @access private * @since 3.0.0 */