diff --git a/inc/config.php b/inc/config.php
index a8c64dc9..710f9dbd 100644
--- a/inc/config.php
+++ b/inc/config.php
@@ -343,12 +343,12 @@
$config['markup'][] = Array("/(^|\n)==(.+?)==\n?/m", "\$2");
// Highlight PHP code wrapped in tags (PHP 5.3.0+)
- $config['markup'][] = Array(
- '/^<code>(.+)<\/code>/s',
- function($matches) {
- return '' . highlight_string(html_entity_decode($matches[1]), true) . '
';
- }
- );
+ // $config['markup'][] = Array(
+ // '/^<code>(.+)<\/code>/s',
+ // function($matches) {
+ // return '' . highlight_string(html_entity_decode($matches[1]), true) . '
';
+ // }
+ // );
/*
* ====================