--- a/includes/render.php Sun Jan 27 23:44:02 2008 -0500
+++ b/includes/render.php Sun Jan 27 23:45:53 2008 -0500
@@ -217,6 +217,8 @@
global $db, $session, $paths, $template, $plugins; // Common objects
global $lang;
+ profiler_log("RenderMan: starting wikitext render");
+
$random_id = md5( time() . mt_rand() );
// Strip out <nowiki> sections and PHP code
@@ -339,6 +341,8 @@
$result = str_replace('{PHP:'.$random_id.':'.$i.'}', '<?php'.$phpsec[1][$i].'?>', $result);
}
+ profiler_log("RenderMan: finished wikitext render");
+
return $result;
}