Changeset 5480 for trunk/bp-forums/bp-forums-template.php
- Timestamp:
- 12/10/2011 05:41:52 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums/bp-forums-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-template.php
r5433 r5480 484 484 function bp_get_the_topic_poster_avatar( $args = '' ) { 485 485 global $forum_template; 486 486 487 487 $defaults = array( 488 488 'type' => 'thumb', 489 489 'width' => false, 490 490 'height' => false, 491 'alt' => __( 'Profile picture of %s', 'buddypress')491 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_core_get_user_displayname( $forum_template->topic->topic_poster ) ) 492 492 ); 493 493 … … 579 579 function bp_get_the_topic_object_avatar( $args = '' ) { 580 580 global $forum_template; 581 581 582 582 if ( !isset( $forum_template->topic->object_id ) ) 583 583 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)