Bug – PHP Short Tags
-
I am designing a wordpress theme and using your plugin to validate the theme.
after validation i have alot of errors;
WARNING: Found PHP short tags in file header.php. Line 25: <?PHP if ($topbaronoff == 'on'): ?> Line 27: <?PHP if ($topmenuonoff == 'on'): ?> Line 32: <?PHP endif; ?>
I am lead to believe that php short tag was something like the following
<? if ($topbaronoff == 'on'): ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug – PHP Short Tags’ is closed to new replies.