From 40671953a008883a29ccbfe97569c727bab22e56 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Thu, 25 Mar 2004 21:15:55 +0000 Subject: [PATCH] Debug code left. git-svn-id: http://svn.automattic.com/wordpress/trunk@1016 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 3d1e1be22..f932b5552 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) {