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-login.php

    r46361 r46603  
    595595             * @since 5.3.0
    596596             *
    597              * @param int Interval time (in seconds).
     597             * @param int $interval Interval time (in seconds).
    598598             */
    599599            $admin_email_check_interval = (int) apply_filters( 'admin_email_check_interval', 6 * MONTH_IN_SECONDS );
Note: See TracChangeset for help on using the changeset viewer.