- Timestamp:
- 01/29/2020 09:43:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-attachment-avatar.php
r11447 r12547 131 131 $original_max_width = $ui_available_width; 132 132 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. 134 134 if ( $original_max_width < bp_core_avatar_full_width() ) { 135 135 $original_max_width = bp_core_avatar_full_width(); … … 338 338 339 339 /** 340 * Build script data sfor the Uploader UI.340 * Build script data for the Uploader UI. 341 341 * 342 342 * @since 2.3.0
Note: See TracChangeset
for help on using the changeset viewer.