mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Spelling and grammar fun. Fixes #11875 props cnorris23
git-svn-id: https://develop.svn.wordpress.org/trunk@13382 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -405,7 +405,7 @@ function wp_mail( $to, $subject, $message, $headers = '', $attachments = array()
|
||||
|
||||
$phpmailer->ContentType = $content_type;
|
||||
|
||||
// Set whether it's plaintext or not, depending on $content_type
|
||||
// Set whether it's plaintext, depending on $content_type
|
||||
if ( $content_type == 'text/html' ) {
|
||||
$phpmailer->IsHTML( true );
|
||||
}
|
||||
@@ -633,7 +633,7 @@ if ( !function_exists('wp_set_auth_cookie') ) :
|
||||
* @since 2.5
|
||||
*
|
||||
* @param int $user_id User ID
|
||||
* @param bool $remember Whether to remember the user or not
|
||||
* @param bool $remember Whether to remember the user
|
||||
*/
|
||||
function wp_set_auth_cookie($user_id, $remember = false, $secure = '') {
|
||||
if ( $remember ) {
|
||||
|
||||
Reference in New Issue
Block a user