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-groups/bp-groups-admin.php

    r13280 r13372  
    647647     * @since 1.7.0
    648648     *
    649      * @param BP_Groups_Group $this Instance of the current group being edited. Passed by reference.
     649     * @param BP_Groups_Group $group Instance of the current group being edited. Passed by reference.
    650650     */
    651651    do_action_ref_array( 'bp_groups_admin_edit', array( &$group ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.