Make WordPress Core

Opened 2 years ago

Closed 2 years ago

#57468 closed defect (bug) (fixed)

Typo in wp-includes/ms-functions.php

Reported by: lanacodes's profile lanacodes Owned by: audrasjb's profile audrasjb
Milestone: 6.2 Priority: normal
Severity: trivial Version:
Component: Networks and Sites Keywords: has-patch commit
Focuses: docs, multisite Cc:

Description

wp-includes/ms-functions.php line 2639:

@param string   $using      'sites or 'users'. Default is 'sites'.

Missing closing apostrophe after sites.

Attachments (1)

57468.diff (1.3 KB) - added by lanacodes 2 years ago.
Add the missing apostrophe.

Download all attachments as: .zip

Change History (3)

@lanacodes
2 years ago

Add the missing apostrophe.

#1 @audrasjb
2 years ago

  • Component changed from General to Networks and Sites
  • Focuses docs multisite added
  • Keywords commit added
  • Milestone changed from Awaiting Review to 6.2
  • Owner set to audrasjb
  • Status changed from new to accepted
  • Version 6.1.1 deleted

Thanks for the ticket and patch :)
Self assigning for commit consideration.

FYI, you can also directly add docblock related small patches to this ticket: #56792, without opening a new one for each typo :)

#2 @audrasjb
2 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 55074:

Docs: Add a missing quote to wp_is_large_network() Docblock params.

Props lanacodes.
Fixes #57468.
See #56792.

Note: See TracTickets for help on using tickets.