Ticket #8077: 8077.diff
File 8077.diff, 489 bytes (added by , 6 years ago) |
---|
-
src/bp-core/bp-core-avatars.php
364 364 } 365 365 366 366 // Extra attributes. 367 $extra_attr = ! empty( $ args['extra_attr'] ) ? ' ' . $args['extra_attr'] : '';367 $extra_attr = ! empty( $params['extra_attr'] ) ? ' ' . $params['extra_attr'] : ''; 368 368 369 369 // Set CSS ID and create html string. 370 370 $html_css_id = '';