Changeset 49183 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 10/17/2020 04:03:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r49038 r49183 408 408 * @since 3.9.0 409 409 * 410 * @param object$current_site The network that had been determined.411 * @param string $domain The domain used to search for a site.412 * @param string $path The path used to search for a site.410 * @param WP_Network $current_site The network that had been determined. 411 * @param string $domain The domain used to search for a site. 412 * @param string $path The path used to search for a site. 413 413 */ 414 414 do_action( 'ms_site_not_found', $current_site, $domain, $path );
Note: See TracChangeset
for help on using the changeset viewer.