Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#51380 closed defect (bug) (fixed)

@global $wpdb is not used but defined in documentation

Reported by: anonymized_18274256 Owned by: SergeyBiryukov
Priority: normal Milestone: 5.6
Component: Networks and Sites Version: 5.5
Severity: normal Keywords: has-patch
Cc: Focuses: docs, multisite

Description

@global $wpdb is defined in documentation but not used in this get_site_by_path() function.

Attachments (2)

51380.patch (473 bytes ) - added by anonymized_18274256 6 years ago.
Attached patch for this issue
51380.2.patch (553 bytes ) - added by mukesh27 6 years ago.
improve the patch. Remove an extra single star*

Download all attachments as: .zip

Change History (5)

@anonymized_18274256
6 years ago

Attached patch for this issue

#1 @anonymized_18274256
6 years ago

  • Keywords has-patch added

@mukesh27
6 years ago

improve the patch. Remove an extra single star*

#2 @SergeyBiryukov
6 years ago

  • Component CommentsNetworks and Sites
  • Focuses multisite added
  • Milestone Awaiting Review5.6
  • Owner set to SergeyBiryukov
  • Status newreviewing

#3 @SergeyBiryukov
6 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 49038:

Docs: Remove obsolete $wpdb global reference from get_site_by_path().

Follow-up to [37628].

Props ravivaddweb, mukesh27.
Fixes #51380.

Note: See TracTickets for help on using tickets.