Archive August 2009

Testing Plugin Syntax Highlter Evolved

Just a quick post to test the Syntax Highlighter Evolved plugin.

<?php
$this = 'only a test'; //ignore me
$shout = new shoutOut();
try {
    $shout->out();
} catch (Noise $n) {
    $shout->whisper();
}
1