Make WordPress Core

Changeset 35573


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.

Location:
trunk/src/wp-includes
Files:
2 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
  • trunk/src/wp-includes/ms-load.php

    r35453 r35573  
    118118
    119119/**
    120  * Retrieve a network object by its domain and path.
     120 * Retrieve the closest matching network for a domain and path.
    121121 *
    122122 * @since 3.9.0
Note: See TracChangeset for help on using the changeset viewer.