From e8adffff96a611746d9df727dfc6e605b969d5e0 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Sun, 10 Aug 2014 02:43:07 +0000 Subject: [PATCH] s/does/does not in `wp_set_password()` docblock. See [29461]. See #28316. git-svn-id: https://develop.svn.wordpress.org/trunk@29462 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php index e0c031ea87..f2602960e7 100644 --- a/src/wp-includes/pluggable.php +++ b/src/wp-includes/pluggable.php @@ -2054,7 +2054,7 @@ if ( !function_exists('wp_set_password') ) : * * Please note: This function should be used sparingly and is really only meant for single-time * application. Leveraging this improperly in a plugin or theme could result in an endless loop - * of password resets if precautions are not taken to ensure it does execute on every page load. + * of password resets if precautions are not taken to ensure it does not execute on every page load. * * @since 2.5.0 *