mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
cca265971e
The second parameter `$plaintext_pass` was removed in [33023] and restored as `$notify` in [33620] with a different behavior. If you have a plugin overriding `wp_new_user_notification()` which hasn't been updated you would get a notification with your username and the password "both". To prevent this the second parameter is now deprecated and reintroduced as the third parameter. Adds unit tests. Merge of [34116] to the 4.3 branch. Props kraftbj, adamsilverstein, welcher, ocean90. See #33654. Built from https://develop.svn.wordpress.org/branches/4.3@34118 git-svn-id: http://core.svn.wordpress.org/branches/4.3@34086 1a063a9b-81f0-0310-95a4-ce76da25c4cd |
||
---|---|---|
.. | ||
about.php | ||
admin.php | ||
credits.php | ||
edit.php | ||
freedoms.php | ||
index.php | ||
menu.php | ||
plugin-editor.php | ||
plugin-install.php | ||
plugins.php | ||
profile.php | ||
settings.php | ||
setup.php | ||
site-info.php | ||
site-new.php | ||
site-settings.php | ||
site-themes.php | ||
site-users.php | ||
sites.php | ||
theme-editor.php | ||
theme-install.php | ||
themes.php | ||
update-core.php | ||
update.php | ||
upgrade.php | ||
user-edit.php | ||
user-new.php | ||
users.php |