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
You've got quite a bit of inline docs. I'd love to see these cleaned up and in line with the WP PHP documentation standards found here: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/
Even just having the @since in PHPDoc blocks makes a world of difference 6 months, 1 year, or longer down the road in development.
@since
I just want to encourage spending a little more time on this as you develop the theme.
The text was updated successfully, but these errors were encountered:
Woah. I just realized I can update other folks comments here. I changed @version to @since in your comment, which is what I think you meant.
@version
We will review the doc blocks and set a @since tag to the best of our abilities.
Sorry, something went wrong.
Yep, I meant @since.
No branches or pull requests
You've got quite a bit of inline docs. I'd love to see these cleaned up and in line with the WP PHP documentation standards found here: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/
Even just having the
@since
in PHPDoc blocks makes a world of difference 6 months, 1 year, or longer down the road in development.I just want to encourage spending a little more time on this as you develop the theme.
The text was updated successfully, but these errors were encountered: