Docs: Fix missing documentation in Themes list table#10963
Docs: Fix missing documentation in Themes list table#10963noruzzamans wants to merge 20 commits intoWordPress:trunkfrom
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 Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
29920e8 to
30e4813
Compare
30e4813 to
2f2d7fd
Compare
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
Co-authored-by: Huzaifa Al Mesbah <huzaifah4m@gmail.com>
Co-authored-by: Huzaifa Al Mesbah <huzaifah4m@gmail.com>
Co-authored-by: Huzaifa Al Mesbah <huzaifah4m@gmail.com>
3758c23 to
d3615f1
Compare
Co-authored-by: Huzaifa Al Mesbah <huzaifah4m@gmail.com>
Co-authored-by: Huzaifa Al Mesbah <huzaifah4m@gmail.com>
Co-authored-by: Huzaifa Al Mesbah <huzaifah4m@gmail.com>
Co-authored-by: Weston Ruter <westonruter@gmail.com>
Co-authored-by: Weston Ruter <westonruter@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR improves PHPDoc in WP_MS_Themes_List_Table to better align with WordPress PHP Documentation Standards, primarily by adding missing @global tags and expanding docblocks for clarity/static analysis.
Changes:
- Add descriptions to existing
@globaltags (e.g.,$status,$page,$totals,$orderby,$order,$s). - Add short method summaries and more specific
@returnannotations for several methods.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-cli <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-cli <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Developed in #10963 Props noruzzaman, westonruter, huzaifaalmesbah. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61717 602fd350-edb4-49c9-b593-d223f7449a82
Developed in WordPress/wordpress-develop#10963 Props noruzzaman, westonruter, huzaifaalmesbah. See #64224. Built from https://develop.svn.wordpress.org/trunk@61717 git-svn-id: http://core.svn.wordpress.org/trunk@61025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Trac Ticket: https://core.trac.wordpress.org/ticket/64224
Why this change?
This change adds missing @global documentation tags.
This aligns the codebase with the WordPress PHP Documentation Standards, ensuring that global variables used within functions are properly documented for better static analysis and code clarity.