Docs: Fix multiple trivial typos throughout a variety of core files.
Props ottok. Fixes #38489. Built from https://develop.svn.wordpress.org/trunk@39051 git-svn-id: http://core.svn.wordpress.org/trunk@38993 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1747,7 +1747,7 @@ function wp_new_user_notification( $user_id, $deprecated = null, $notify = '' )
|
||||
}
|
||||
}
|
||||
|
||||
// `$deprecated was pre-4.3 `$plaintext_pass`. An empty `$plaintext_pass` didn't sent a user notifcation.
|
||||
// `$deprecated was pre-4.3 `$plaintext_pass`. An empty `$plaintext_pass` didn't sent a user notification.
|
||||
if ( 'admin' === $notify || ( empty( $deprecated ) && empty( $notify ) ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user