Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 01:16:13 AM (6 months ago)
Author:
espellcaste
Message:

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

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

See #9164 and #7228

File:
1 edited

Legend:

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

    r13888 r13892  
    11<?php
    22/**
    3  * Core component classes.
     3 * Email delivery implementation using PHPMailer.
    44 *
    55 * @package BuddyPress
    66 * @subpackage Core
     7 *
     8 * @phpcs:disable WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
     9 * @phpcs:disable Generic.CodeAnalysis.EmptyStatement.DetectedCatch
     10 * @phpcs:disable Squiz.Commenting.EmptyCatchComment.Missing
    711 */
    812
     
    1115
    1216/**
    13  * Email delivery implementation using PHPMailer.
     17 * BP_PHPMailer class.
    1418 *
    1519 * @since 2.5.0
     
    144148     *
    145149     * @since 2.5.0
     150     *
    146151     * @deprecated 2.5.3 No longer used.
    147152     *
Note: See TracChangeset for help on using the changeset viewer.