Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/14/2008 09:20:27 PM (17 years ago)
Author:
apeatling
Message:

Made all avatars links to the corresponding content.

File:
1 edited

Legend:

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

    r391 r685  
    4141                    <li>
    4242                        <div class="item-avatar">
    43                             <?php echo bp_core_get_avatar( $post->post_author, 1 ) ?>
     43                            <a href="<?php echo bp_post_get_permalink( $post, $post->blog_id ) ?>" title="<?php echo apply_filters( 'the_title', $post->post_title ) ?>"><?php echo bp_core_get_avatar( $post->post_author, 1 ) ?></a>
    4444                        </div>
    4545
Note: See TracChangeset for help on using the changeset viewer.