#64277 closed defect (bug) (fixed)
Docs: Add missing @return descriptions in bundled themes
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch |
| Focuses: | docs | Cc: |
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.
2 months ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
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