I\'ve setup a wordpress blog (I imported the db) and it\'s throwing this error
Fatal error: \'break\' not in the \'loop\' or \'switc
look at the break;
break;
replace with
return false;
in your code and it will work.