mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
s/does/does not in wp_set_password()
docblock.
See [29461]. See #28316. Built from https://develop.svn.wordpress.org/trunk@29462 git-svn-id: http://core.svn.wordpress.org/trunk@29240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0f7d35597c
commit
a227d4ff08
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user