Error in nightly
-
Here’s the error:
Fatal error: Call to undefined function: detextile() in /path.../wordpress/wp-content/plugins/textile2.php on line 476
Here’s the code in question:
'.$after;
function fCode($m)
{
list(,$before,$lang,$code,$after) = $m;
$lang = ($lang!='') ? ' language="'.$lang.'"' : '';
return $before.'<code'.$lang.'>'.detextile($code).'
}Hope that helps!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error in nightly’ is closed to new replies.