Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2024 10:25:18 PM (5 months ago)
Author:
espellcaste
Message:

WPCS: Part IV: miscellaneous fixes for some of the files of the core component.

Follow-up to [13883], [13886], and [13887]

See #9164 and #7228

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-phpmailer.php

    r13297 r13888  
    6969         */
    7070        $phpmailer->Subject = $email->get_subject( 'replace-tokens' );
    71         $content_plaintext = PHPMailer\PHPMailer\PHPMailer::normalizeBreaks( $email->get_content_plaintext( 'replace-tokens' ) );
     71        $content_plaintext  = PHPMailer\PHPMailer\PHPMailer::normalizeBreaks( $email->get_content_plaintext( 'replace-tokens' ) );
    7272
    7373        if ( $email->get( 'content_type' ) === 'html' ) {
     
    140140    }
    141141
    142     /*
    143      * Utility/helper functions.
    144      */
    145 
    146142    /**
    147143     * Get an appropriate hostname for the email. Varies depending on site configuration.
Note: See TracChangeset for help on using the changeset viewer.