Changeset 2694 for trunk/bp-themes/bp-default/archive.php
- Timestamp:
- 02/12/2010 10:15:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/archive.php
r2438 r2694 26 26 27 27 <div class="author-box"> 28 <?php echo get_avatar( get_the_author_ email(), '50' ); ?>28 <?php echo get_avatar( get_the_author_meta( 'user_email' ), '50' ); ?> 29 29 <p><?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?></p> 30 30 </div>
Note: See TracChangeset
for help on using the changeset viewer.