Changeset 3400 for trunk/bp-themes/bp-default/activity/entry.php
- Timestamp:
- 11/12/2010 03:00:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/entry.php
r3300 r3400 29 29 <?php endif; ?> 30 30 31 <?php if ( is_user_logged_in() ) : ?>31 <?php if ( is_user_logged_in() && bp_activity_can_favorite() ) : ?> 32 32 <?php if ( !bp_get_activity_is_favorite() ) : ?> 33 33 <a href="<?php bp_activity_favorite_link() ?>" class="fav" title="<?php _e( 'Mark as Favorite', 'buddypress' ) ?>"><?php _e( 'Favorite', 'buddypress' ) ?></a>
Note: See TracChangeset
for help on using the changeset viewer.