Make WordPress Core


Ignore:
Timestamp:
10/17/2020 04:03:58 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Fix and upgrade various object docblock notations.

See #50768

File:
1 edited

Legend:

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

    r49038 r49183  
    408408                 * @since 3.9.0
    409409                 *
    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.
    413413                 */
    414414                do_action( 'ms_site_not_found', $current_site, $domain, $path );
Note: See TracChangeset for help on using the changeset viewer.