Changeset 3386 for trunk/bp-themes/bp-default/search.php
- Timestamp:
- 11/10/2010 09:35:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/search.php
r3306 r3386 23 23 <?php do_action( 'bp_before_blog_post' ) ?> 24 24 25 <div class="post" id="post-<?php the_ID(); ?>">25 <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 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( '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.