From c177399a136b821c620863c35bf592f05c609663 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 26 Sep 2019 16:31:33 +0000 Subject: [PATCH] Docs: Correct typos introduced in [46324] Props TimothyBlynJacobs. See #48153. git-svn-id: https://develop.svn.wordpress.org/trunk@46325 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-login.php b/src/wp-login.php index ffbf10f73a..d26c690ba0 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -590,7 +590,7 @@ switch ( $action ) { /** * Filters the interval for redirecting the user to the admin email confirmation screen. - * If `0` (zero), or any :falsey" value is returned, the user will not be redirected. + * If `0` (zero), or any "falsey" value is returned, the user will not be redirected. * * @since 5.3.0 * @@ -1235,7 +1235,7 @@ switch ( $action ) { * * @since 5.3.0 * - * @param string $capability The capability required to display the admn email check screen. + * @param string $capability The capability required to display the admin email check screen. */ $admin_check_cap = apply_filters( 'admin_email_check_cap', 'manage_options' );