Changeset 39051 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 10/31/2016 06:27:53 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r38961 r39051 1748 1748 } 1749 1749 1750 // `$deprecated was pre-4.3 `$plaintext_pass`. An empty `$plaintext_pass` didn't sent a user notif cation.1750 // `$deprecated was pre-4.3 `$plaintext_pass`. An empty `$plaintext_pass` didn't sent a user notification. 1751 1751 if ( 'admin' === $notify || ( empty( $deprecated ) && empty( $notify ) ) ) { 1752 1752 return;
Note: See TracChangeset
for help on using the changeset viewer.