Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/24/2011 06:44:27 PM (14 years ago)
Author:
djpaul
Message:

Move sticky post styling to author-box. See #3241

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/index.php

    r4528 r4836  
    2323                            <?php echo get_avatar( get_the_author_meta( 'user_email' ), '50' ); ?>
    2424                            <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; ?>
    2529                        </div>
    2630
Note: See TracChangeset for help on using the changeset viewer.