Make WordPress Core

Changeset 49038


Ignore:
Timestamp:
09/23/2020 02:09:03 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [37628].

Props ravivaddweb, mukesh27.
Fixes #51380.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-load.php

    r47914 r49038  
    155155 * @since 3.9.0
    156156 * @since 4.7.0 Updated to always return a `WP_Site` object.
    157  *
    158  * @global wpdb $wpdb WordPress database abstraction object.
    159157 *
    160158 * @param string   $domain   Domain to check.
Note: See TracChangeset for help on using the changeset viewer.