Logged out warnings: fix phpdoc, props ocean90, see #23295

git-svn-id: http://core.svn.wordpress.org/trunk@23922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2013-04-05 23:28:40 +00:00
parent 47b7e15f2a
commit bcb9eef7cd

View File

@ -3888,7 +3888,7 @@ function wp_checkdate( $month, $day, $year, $source_date ) {
/**
* Load the auth check for monitoring whether the user is still logged in.
* Can be disabled with remove_action( 'init', 'wp_auth_check_load' );
* Can be disabled with remove_action( 'admin_init', 'wp_auth_check_load' );
*
* @since 3.6.0
*