Getting some CSS help from my friend Chris. This is just a test. Please ignore.

1
2
3
4
5
6
7
8
if(thisWorks)
{
    return "I'm impressed";
}
else
{
    return "OH SHIT GUYS, DIDN'T WORK!";
}

(Also, sorry for the weirdness of the code samples the past few days. I think we have the problems ironed out now. Just beating a new WP plugin into submission. Nothing to see here.)