Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/24/2022 09:33:11 PM (4 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-xprofile/classes/class-bp-xprofile-field-type-selectbox.php

    r11645 r13372  
    3838                 * @since 2.0.0
    3939                 *
    40                  * @param BP_XProfile_Field_Type_Selectbox $this Current instance of
    41                  *                                               the field type select box.
     40                 * @param BP_XProfile_Field_Type_Selectbox $field_type Current instance of the field type class.
    4241                 */
    4342                do_action( 'bp_xprofile_field_type_selectbox', $this );
Note: See TracChangeset for help on using the changeset viewer.