Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/12/2010 03:00:07 PM (14 years ago)
Author:
boonebgorges
Message:

Adds bp_activity_can_favorite() to allow plugin authors to filter favoritability of activity items. Fixes #2078

File:
1 edited

Legend:

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

    r3300 r3400  
    2929            <?php endif; ?>
    3030
    31             <?php if ( is_user_logged_in() ) : ?>
     31            <?php if ( is_user_logged_in() && bp_activity_can_favorite() ) : ?>
    3232                <?php if ( !bp_get_activity_is_favorite() ) : ?>
    3333                    <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.