Changeset 11381 for trunk/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 01/12/2017 01:18:16 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-template.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-template.php
r11360 r11381 310 310 * @type string $alt Default: 'Profile picture of site author [user name]'. 311 311 * @type string $class Default: 'avatar'. 312 * @type string $title Default: 'Profile picture of site author [user name]'.313 312 * @type string $type Default: 'full'. 314 313 * @type int|bool $width Default: false. … … 336 335 'height' => false, 337 336 'class' => 'avatar', 338 'title' => sprintf( __( 'Profile picture of site author %s', 'buddypress' ), esc_attr( $author_displayname ) ),339 337 'id' => false, 340 338 'alt' => sprintf( __( 'Profile picture of site author %s', 'buddypress' ), esc_attr( $author_displayname ) ), … … 389 387 } 390 388 391 $avatar = sprintf( '<img src="%1$s" class="%2$s" width="%3$s" height="%3$s" alt="%4$s" title="%4$s"/>',389 $avatar = sprintf( '<img src="%1$s" class="%2$s" width="%3$s" height="%3$s" alt="%4$s" />', 392 390 esc_url( $site_icon ), 393 391 esc_attr( "{$r['class']} avatar-{$size}" ), … … 402 400 $avatar = bp_core_fetch_avatar( array( 403 401 'item_id' => $blogs_template->blog->admin_user_id, 404 'title' => $r['title'],405 402 // 'avatar_dir' => 'blog-avatars', 406 403 // 'object' => 'blog',
Note: See TracChangeset
for help on using the changeset viewer.