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-activity/classes/class-bp-activity-activity.php

    r13344 r13372  
    256256         * @since 1.0.0
    257257         *
    258          * @param BP_Activity_Activity $this Current instance of the activity item being saved. Passed by reference.
     258         * @param BP_Activity_Activity $activity Current instance of the activity item being saved. Passed by reference.
    259259         */
    260260        do_action_ref_array( 'bp_activity_before_save', array( &$this ) );
     
    327327         * @since 1.0.0
    328328         *
    329          * @param BP_Activity_Activity $this Current instance of activity item being saved. Passed by reference.
     329         * @param BP_Activity_Activity $activity Current instance of activity item being saved. Passed by reference.
    330330         */
    331331        do_action_ref_array( 'bp_activity_after_save', array( &$this ) );
Note: See TracChangeset for help on using the changeset viewer.