Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#57468 closed defect (bug) (fixed)

Typo in wp-includes/ms-functions.php

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

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 4 years ago.
Add the missing apostrophe.

Download all attachments as: .zip

Change History (3)

@lanacodes
4 years ago

Add the missing apostrophe.

#1 @audrasjb
4 years ago

  • Component GeneralNetworks and Sites
  • Focuses docs multisite added
  • Keywords commit added
  • Milestone Awaiting Review6.2
  • Owner set to audrasjb
  • Status newaccepted
  • Version 6.1.1

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
4 years ago

  • Resolutionfixed
  • Status acceptedclosed

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.