Opened 9 months ago
Closed 7 months ago
#60323 closed defect (bug) (fixed)
Add missing full stop
Reported by: | hardik2221 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | has-patch commit |
Focuses: | docs, coding-standards | Cc: |
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)
#2
@
9 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
#3
@
9 months 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
@
8 months ago
Updated Patch as per suggested in above comment
Note: See
TracTickets for help on using
tickets.
In 57342: