Skip to:
Content

BuddyPress.org


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

    r10470 r13892  
    11<?php
    22/**
    3  * Core component classes.
     3 * Email delivery implementation base class.
    44 *
    55 * @package BuddyPress
     
    77 */
    88
    9 // Exit if accessed directly
     9// Exit if accessed directly.
    1010defined( 'ABSPATH' ) || exit;
    1111
    1212/**
    13  * Email delivery implementation base class.
     13 * BP_Email_Delivery Interface.
    1414 *
    1515 * When implementing support for an email delivery service into BuddyPress,
Note: See TracChangeset for help on using the changeset viewer.