Changeset 35573 for trunk/src/wp-includes/class-wp-network.php
- Timestamp:
- 11/08/2015 02:24:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network.php
r35212 r35573 170 170 171 171 /** 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. 173 180 * 174 181 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.