Changeset 29461 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 08/10/2014 02:38:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r29397 r29461 2053 2053 * instead use the other package password checking algorithm. 2054 2054 * 2055 * Please note: This function should be used sparingly and is really only meant for single-time 2056 * application. Leveraging this improperly in a plugin or theme could result in an endless loop 2057 * of password resets if precautions are not taken to ensure it does execute on every page load. 2058 * 2055 2059 * @since 2.5.0 2056 2060 *
Note: See TracChangeset
for help on using the changeset viewer.