Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 01:16:13 AM (13 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-email-sender.php

    r12353 r13892  
    44 *
    55 * @since 5.0.0
     6 *
     7 * @package BuddyPress
     8 * @subpackage Core
    69 */
    710
     11// Exit if accessed directly.
     12defined( 'ABSPATH' ) || exit;
     13
     14/**
     15 * BP_Email_Sender class.
     16 */
    817class BP_Email_Sender extends BP_Email_Participant {}
Note: See TracChangeset for help on using the changeset viewer.