#64277 closed defect (bug) (fixed)
Docs: Add missing @return descriptions in bundled themes
| Reported by: | huzaifaalmesbah | Owned by: | westonruter |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
Several functions in bundled themes (Twenty Fourteen, Twenty Seventeen, Twenty Nineteen, Twenty Twenty, and Twenty Twenty-One) are missing descriptions for their @return tags, or are missing the tags entirely.
Files updated:
wp-content/themes/twentytwenty/functions.phpwp-content/themes/twentytwenty/inc/template-tags.phpwp-content/themes/twentytwenty/classes/class-twentytwenty-customize.phpwp-content/themes/twentyseventeen/inc/template-functions.phpwp-content/themes/twentyseventeen/inc/template-tags.phpwp-content/themes/twentytwentyone/inc/template-functions.phpwp-content/themes/twentyfourteen/functions.phpwp-content/themes/twentyfourteen/inc/widgets.phpwp-content/themes/twentynineteen/functions.phpwp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.phpwp-content/themes/twentynineteen/inc/customizer.phpwp-content/themes/twentynineteen/inc/template-functions.php
Change History (6)
This ticket was mentioned in PR #10533 on WordPress/wordpress-develop by @huzaifaalmesbah.
9 months ago
#1
- Keywords has-patch added
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This PR addresses missing or incomplete
@returntag documentation in several bundled themes.Changes include:
@returntags infunctions.phpand other include files for Twenty Twenty, Twenty Seventeen, and Twenty Twenty-One.@returntags and descriptions in Twenty Fourteen and Twenty Nineteen.Trac ticket: https://core.trac.wordpress.org/ticket/64277