Changeset 4836 for trunk/bp-themes/bp-default/index.php
- Timestamp:
- 07/24/2011 06:44:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/index.php
r4528 r4836 23 23 <?php echo get_avatar( get_the_author_meta( 'user_email' ), '50' ); ?> 24 24 <p><?php printf( _x( 'by %s', 'Post written by...', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?></p> 25 26 <?php if ( is_sticky() ) : ?> 27 <span class="activity sticky-post"><?php echo _x( 'Featured', 'Sticky post', 'buddypress' ); ?></span> 28 <?php endif; ?> 25 29 </div> 26 30
Note: See TracChangeset
for help on using the changeset viewer.