Make WordPress Core


Ignore:
Timestamp:
10/27/2019 07:09:10 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Correct invalid hook docblocks.

See #48303

File:
1 edited

Legend:

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

    r46596 r46603  
    7979     * @since 3.0.0
    8080     *
    81      * @param bool null Whether to skip the blog status check. Default null.
     81     * @param bool|null $check Whether to skip the blog status check. Default null.
    8282     */
    8383    $check = apply_filters( 'ms_site_check', null );
Note: See TracChangeset for help on using the changeset viewer.