Make WordPress Core


Ignore:
Timestamp:
11/08/2015 02:24:32 AM (9 years ago)
Author:
jeremyfelt
Message:

Multisite: Clarify documentation for WP_Network::get_by_path().

See #31985.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-network.php

    r35212 r35573  
    170170
    171171    /**
    172      * Retrieve a network by its domain and path.
     172     * Retrieve the closest matching network for a domain and path.
     173     *
     174     * This will not necessarily return an exact match for a domain and path. Instead, it
     175     * breaks the domain and path into pieces that are then used to match the closest
     176     * possibility from a query.
     177     *
     178     * The intent of this method is to match a network during bootstrap for a
     179     * requested site address.
    173180     *
    174181     * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.