Quote:
Originally Posted by Psionic Vision
Yes. Try also reverting that file first. Oh, and which edition are you running?
|
I've downloaded from here, version 2.8.0
this is how it currently looks:
Code:
switch (tagname)
{
case 'CODE':
case 'HTML':
case 'PHP':
{
this.apply_format('removeformat');
}
break;
//added by hidehack
case 'HIDE-POSTS':
case 'SHOWTOGROUPS':
{
useoption = true;
}
break;
}
But.. still no joy