Single quotes are a royal pain when using WordPress to post your code. WordPress, in its infinite wisdom, does some really bad things to it. And anyone who attempts to simply cut-n-paste your code sample is in for a rude surprise and you are in for some really trivial support calls. So here is how you write your single quotes in WordPress:
'

This is safe from WordPress mangling logic. For other such codes refer here.