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:
Andrew Nacin
2010-02-24 20:13:23 +00:00
parent 1b01dd4ecd
commit c9dfb91763
23 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -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 ) {