-
Bug
-
Resolution: Fixed
-
None
-
3.0.x
-
None
-
PHP Environment:
Database:
Try commenting out a conditional in any template like so:
<!-- <!-- IF WHATEVER --><br /><b>{WHATEVER }:</b><!-- ENDIF --> -->
|
I wanted a few things to not display, but I wanted to leave the HTML in tact so that if I ever wanted to display it again I could just remove the comments.
I'm no regex expert, but could this just be a simple change to check if the conditional occurs after the first comment tag?

