We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get the following error when using @hasposts and @endhasposts with a passed query e.g. @hasposts($query).
@hasposts
@endhasposts
@hasposts($query)
Uncaught Exception: syntax error, unexpected '<', expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF)
It appears there's a missing closing tag on the following line:
sage-directives/src/Directives/WordPress.php
Line 91 in 433f3a4
When I directly edited the cached file I added ?> to the end of the line to fix the issue.
?>
The text was updated successfully, but these errors were encountered:
indeed a bug. care to do a PR?
Sorry, something went wrong.
fix(hasposts): add missing closing tag (Log1x#34)
059eedf
063ecd6
No branches or pull requests
I get the following error when using
@hasposts
and@endhasposts
with a passed query e.g.@hasposts($query)
.It appears there's a missing closing tag on the following line:
sage-directives/src/Directives/WordPress.php
Line 91 in 433f3a4
When I directly edited the cached file I added
?>
to the end of the line to fix the issue.The text was updated successfully, but these errors were encountered: