Changeset 12894
- Timestamp:
- 04/19/2021 05:05:54 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-avatars.php
r12588 r12894 363 363 364 364 // Extra attributes. 365 $extra_attr = ! empty( $args['extra_attr'] ) ? ' ' . $args['extra_attr'] : ''; 365 $extra_attr = ''; 366 if ( ! empty( $params['extra_attr'] ) ) { 367 $extra_attr = ' ' . $params['extra_attr']; 368 } 366 369 367 370 // Set CSS ID and create html string.
Note: See TracChangeset
for help on using the changeset viewer.