Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 01:16:13 AM (12 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-participant.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_Participant class.
     16 *
     17 * @since 5.0.0
     18 */
    819abstract class BP_Email_Participant implements BP_Email_Address {
     20
    921    /**
    1022     * Recipient's email address.
     
    2941     *
    3042     * @since 5.0.0
     43     *
     44     * @return string
    3145     */
    3246    public function get_address() {
Note: See TracChangeset for help on using the changeset viewer.