Skip to:
Content

BuddyPress.org

Ticket #8077: 8077.diff

File 8077.diff, 489 bytes (added by oztaser, 6 years ago)
  • src/bp-core/bp-core-avatars.php

     
    364364        }
    365365
    366366        // Extra attributes.
    367         $extra_attr = ! empty( $args['extra_attr'] ) ? ' ' . $args['extra_attr'] : '';
     367        $extra_attr = ! empty( $params['extra_attr'] ) ? ' ' . $params['extra_attr'] : '';
    368368
    369369        // Set CSS ID and create html string.
    370370        $html_css_id = '';