Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/01/2011 06:26:18 PM (14 years ago)
Author:
djpaul
Message:

Improves avatars' HTML alt and title tags. Fixes #2606.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-templatetags.php

    r3627 r3635  
    200200            'class' => 'avatar',
    201201            'id' => false,
    202             'alt' => __( 'Blog avatar', 'buddypress' ),
     202            'alt' => __( 'Blog authored by %s', 'buddypress' ),
    203203            'no_grav' => true
    204204        );
Note: See TracChangeset for help on using the changeset viewer.