Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/24/2022 09:33:11 PM (2 years ago)
Author:
imath
Message:

Replace usage of $this in @param tags with a meaningful variable name

Props devutpol, espellcaste

Fixes #8611

File:
1 edited

Legend:

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

    r13108 r13372  
    5656         * @since 1.5.0
    5757         *
    58          * @param BP_Embed $this Current instance of the BP_Embed. Passed by reference.
     58         * @param BP_Embed $embed Current instance of the BP_Embed. Passed by reference.
    5959         */
    6060        do_action_ref_array( 'bp_core_setup_oembed', array( &$this ) );
Note: See TracChangeset for help on using the changeset viewer.