Opened 3 years ago
Closed 3 years ago
#60323 closed defect (bug) (fixed)
Add missing full stop
| Reported by: | hardik2221 | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.5 |
| Component: | Comments | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | docs, coding-standards |
Description
When I review wp-includes/class-wp-comment-query.php this file only one place which have missing full stop.
Attachments (2)
Change History (9)
#3
@
3 years ago
The WP_Network_Query and WP_Term_Query classes likewise do not have a full stop at the end of their parse_query parameter documentation.
Besides adding the periods, would it be worth including either "for accepted arguments" or "for information on accepted arguments"?
WP_Comment_Query::parse_query(), which now has the period
- [31795] added the method's documentation.
- get_approved_comments() and get_comments() have "for information on accepted arguments."
WP_Network_Query::parse_query()
- [37894] created the class.
- The WP_Network_Query class has "for accepted arguments."
- [37572] added the class.
- wp_dropdown_categories() and wp_list_categories() have "for information on additional accepted arguments."
- wp_get_post_terms() and wp_get_object_terms() have "for supported arguments."
- get_terms() and wp_count_terms() have "for information on accepted arguments."
#5
@
3 years ago
Updated Patch as per suggested in above comment
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 57342: