Opened 4 months ago
Last modified 4 months ago
#59101 reviewing defect (bug)
Twenty Fourteen: Improve various globals documentation, as per docblock standards.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | changes-requested has-patch |
Focuses: | docs | Cc: |
Description
I have reviewed the Twenty Fourteen theme file code and found some of the files need to be improved with function commenting code. Please check the below files list.
File's
- wp-content/themes/twentyfourteen/functions.php
- wp-content/themes/twentyfourteen/inc/back-compat.php
- wp-content/themes/twentyfourteen/inc/customizer.php
- wp-content/themes/twentyfourteen/inc/widgets.php
Attachments (5)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Hello and thanks for the patch proposal,
There is a small indentation issue in
twentyfourteen/inc/widgets.php
: you should have an empty line beetween@since
and$global
lines, and then the indentation of the@global
line should be different :)