Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/29/2020 09:43:16 PM (5 years ago)
Author:
imath
Message:

Core: fix PHP code standards & typos in inline comments

Props passoniate

Fixes #8225
Fixes #8226
Fixes #8227
Fixes #8228
Fixes #8229

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-attachment-avatar.php

    r11447 r12547  
    131131            $original_max_width = $ui_available_width;
    132132
    133             // $original_max_width has to be larger than the avatar's full width
     133            // $original_max_width has to be larger than the avatar's full width.
    134134            if ( $original_max_width < bp_core_avatar_full_width() ) {
    135135                $original_max_width = bp_core_avatar_full_width();
     
    338338
    339339    /**
    340      * Build script datas for the Uploader UI.
     340     * Build script data for the Uploader UI.
    341341     *
    342342     * @since 2.3.0
Note: See TracChangeset for help on using the changeset viewer.