Skip to content

Commit 927a934

Browse files
committed
docs(hooks): update ms_network_not_found xref
Update cross-reference for ms_network_not_found from `ms-settings.php` to `ms-load.php` where the hook's PHPDoc block now lives. Related to https://core.trac.wordpress.org/ticket/64224
1 parent acd8bf1 commit 927a934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/ms-load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ function ms_load_current_site_and_network( $domain, $path, $subdomain = false )
383383

384384
// No network has been found, bail.
385385
if ( empty( $current_site ) ) {
386-
/** This action is documented in wp-includes/ms-settings.php */
386+
/** This action is documented in wp-includes/ms-load.php */
387387
do_action( 'ms_network_not_found', $domain, $path );
388388

389389
return false;

0 commit comments

Comments
 (0)