CodeColorer Test
Just downloaded and installed CodeColorer for wordpress. Lets try it out…
Some PHP:
[cc lang="php" tab_size="2" lines="40"]
function printTest($foo)
{
if($foo)
{
echo("Yay for foo!");
return true;
}
else
{
return false;
}
}
?>
[/cc]