mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-27 04:20:14 +00:00
Docs: Correct invalid hook docblocks.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46603 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -594,7 +594,7 @@ switch ( $action ) {
|
||||
*
|
||||
* @since 5.3.0
|
||||
*
|
||||
* @param int Interval time (in seconds).
|
||||
* @param int $interval Interval time (in seconds).
|
||||
*/
|
||||
$admin_email_check_interval = (int) apply_filters( 'admin_email_check_interval', 6 * MONTH_IN_SECONDS );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user