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-templates/bp-legacy/buddypress-functions.php

    r13344 r13372  
    198198         * @since 1.7.0
    199199         *
    200          * @param BP_Legacy $this Current BP_Legacy instance.
     200         * @param BP_Legacy $template_pack Current Template Pack instance.
    201201         */
    202202        do_action_ref_array( 'bp_theme_compat_actions', array( &$this ) );
Note: See TracChangeset for help on using the changeset viewer.