Make WordPress Core


Ignore:
Timestamp:
03/10/2026 09:56:40 AM (3 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Correct duplicate hook references in various files.

This commit adjusts cross-reference comments where the hook was moved to a different file but the cross-reference was not updated.

Props apermo, mukesh27.
See #64224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-load.php

    r60249 r61878  
    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
Note: See TracChangeset for help on using the changeset viewer.