Parse error: syntax error, unexpected 'meta' (T_STRING)
Posted: Tue Feb 16, 2016 8:30 pm
I was following a tutorial and typed exactly what was written, giving me an parse error.
~Phyx
The offending line is:Parse error: syntax error, unexpected 'meta' (T_STRING)
Any help would be greatly appreciated.<?php the_tags( '<span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links">' . __('Tagged ', 'Pretty' ) . '</span>', ", ", "</span><span class="meta-sep">|</span>" ) ?>
~Phyx