From d7a86c150ce73787d08b8c65d3daed20c9d88a3f Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 25 Mar 2004 21:15:55 +0000 Subject: [PATCH] Debug code left. git-svn-id: https://develop.svn.wordpress.org/trunk@1016 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 3d1e1be22a..f932b5552e 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -594,7 +594,7 @@ function weblog_ping($server = '', $path = '') { $result['message'] = $result['message'] . "-->\n"; } - print '
' . $result['message'] . '
'; + if ($debug) print '
' . $result['message'] . '
'; } function generic_ping($post_id = 0) {