From cf6bf2c7dcadd8c58ebae658d789c756d92585d1 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Wed, 21 Mar 2012 12:15:50 +1100 Subject: [PATCH] PHP already adds for highlight_string() --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index bd942e1e..6984d70a 100644 --- a/inc/config.php +++ b/inc/config.php @@ -346,7 +346,7 @@ // $config['markup'][] = Array( // '/^<code>(.+)<\/code>/ms', // function($matches) { - // return '' . highlight_string(html_entity_decode($matches[1]), true) . ''; + // return highlight_string(html_entity_decode($matches[1]), true); // } // );