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-nouveau/buddypress-functions.php

    r13306 r13372  
    129129         * @since 3.0.0
    130130         *
    131          * @param BP_Nouveau $value Current BP_Nouveau instance.
     131         * @param BP_Nouveau $template_pack Current Template Pack instance.
    132132         */
    133133        do_action_ref_array( 'bp_nouveau_includes', array( &$this ) );
     
    235235         * @since 3.0.0
    236236         *
    237          * @param BP_Nouveau $this Current BP_Nouveau instance.
     237         * @param BP_Nouveau $template_pack Current Template Pack instance.
    238238         */
    239239        do_action_ref_array( 'bp_theme_compat_actions', array( &$this ) );
Note: See TracChangeset for help on using the changeset viewer.