Make WordPress Core

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)

60323.patch (624 bytes ) - added by hardik2221 3 years ago.
60323.2.patch (1.8 KB ) - added by shailu25 3 years ago.
Updated Patch

Download all attachments as: .zip

Change History (9)

@hardik2221
3 years ago

#1 @SergeyBiryukov
3 years ago

  • Milestone Awaiting Review6.5

#2 @SergeyBiryukov
3 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 57342:

Docs: Add missing full stop in WP_Comment_Query::parse_query() DocBlock.

Props hardik2221.
Fixes #60323.

#3 @sabernhardt
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

WP_Network_Query::parse_query()

WP_Term_Query::parse_query()

#4 @SergeyBiryukov
3 years ago

  • Resolution fixed
  • Status closedreopened

@shailu25
3 years ago

Updated Patch

#5 @shailu25
3 years ago

Updated Patch as per suggested in above comment

#6 @swissspidy
3 years ago

  • Keywords commit added

#7 @swissspidy
3 years ago

  • Resolutionfixed
  • Status reopenedclosed

In 57719:

Docs: Improve wording and add missing full stops in a few docblocks.

Props shailu25, sabernhardt.
Fixes #60323.

Note: See TracTickets for help on using tickets.