Docs: Fix missing global tag and remove non-standard hook tag#207
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #207 +/- ##
==========================================
Coverage 50.80% 50.80%
Complexity 375 375
==========================================
Files 27 27
Lines 1978 1978
==========================================
Hits 1005 1005
Misses 973 973
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This PR addresses inline documentation issues in includes/bootstrap.php and includes/helpers.php to align with WordPress coding standards.
Changes
@globaltag for$wp_versionin the check_wp_version() function docblock.@hooktag from the get_preferred_models_for_text_generation function docblock.