Changeset 46596 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 10/26/2019 09:07:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r46232 r46596 209 209 * @param int|null $segments The suggested number of paths to consult. 210 210 * Default null, meaning the entire path was to be consulted. 211 * @param array$paths The paths to search for, based on $path and $segments.211 * @param string[] $paths The paths to search for, based on $path and $segments. 212 212 */ 213 213 $pre = apply_filters( 'pre_get_site_by_path', null, $domain, $path, $segments, $paths );
Note: See TracChangeset
for help on using the changeset viewer.