#42784 closed defect (bug) (fixed)
is_day() needs an inline doc description
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | General | Keywords: | |
Focuses: | docs | Cc: |
Description
The name of this function and the title in the inline docs does not adequately describe the purpose of this function. Additionally, adding a description is useful/beneficial for DevHub.
Suggested Description:
"A conditional check to test whether the page is a date-based archive page."
Attachments (2)
Change History (7)
#1
@
7 years ago
Apologies, ignore the patch above. The description should be:
"A conditional check to test whether the page is a date-based archive page for the current day."
New patch being uploaded soon.
#2
@
7 years ago
- Owner set to jorbin
- Resolution set to fixed
- Status changed from new to closed
In 42355:
Note: See
TracTickets for help on using
tickets.
Patch for ticket #42784 -- adds inline description per suggestion.