Make WordPress Core

#63410 closed defect (bug) (fixed)

Missing quote in a comment in ms-settings.php

Reported by: SergeyBiryukov Owned by: SergeyBiryukov
Priority: normal Milestone: 6.9
Component: Bootstrap/Load Version: 4.6
Severity: trivial Keywords: good-first-bug has-patch
Cc: Focuses: docs, multisite

Description

There is a comment in wp-includes/ms-settings.php:

// `$current_blog` and `$current_site are now populated.

There should be a closing backtick after $current_site.

Introduced in [37475].

Change History (2)

This ticket was mentioned in PR #8782 on WordPress/wordpress-develop by @abcd95.


15 months ago
#1

  • Keywords has-patch added; needs-patch removed

#2 @SergeyBiryukov
15 months ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 60228:

Docs: Add missing closing backtick in a comment in ms-settings.php.

Follow-up to [37475].

Props abcd95.
Fixes #63410.

Note: See TracTickets for help on using tickets.