Changeset 53250
- Timestamp:
- 04/25/2022 09:20:55 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r53086 r53250 128 128 129 129 /** 130 * Retrieve the closest matching network for a domain and path.130 * Retrieves the closest matching network for a domain and path. 131 131 * 132 132 * @since 3.9.0 … … 191 191 192 192 /** 193 * Determine a site by its domain and path.193 * Determines a site by its domain and path. 194 194 * 195 195 * This allows one to short-circuit the default logic, perhaps by … … 547 547 548 548 /** 549 * Retrieve an object containing information about the requested network.549 * Retrieves an object containing information about the requested network. 550 550 * 551 551 * @since 3.9.0
Note: See TracChangeset
for help on using the changeset viewer.