diff -r 34716fd837a4 -r be944660c56a wp/wp-includes/class-wp-recovery-mode.php --- a/wp/wp-includes/class-wp-recovery-mode.php Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-includes/class-wp-recovery-mode.php Wed Sep 21 18:19:35 2022 +0200 @@ -297,7 +297,7 @@ */ protected function get_email_rate_limit() { /** - * Filter the rate limit between sending new recovery mode email links. + * Filters the rate limit between sending new recovery mode email links. * * @since 5.2.0 * @@ -319,7 +319,7 @@ $valid_for = $rate_limit; /** - * Filter the amount of time the recovery mode email link is valid for. + * Filters the amount of time the recovery mode email link is valid for. * * The ttl must be at least as long as the email rate limit. *