Advertisement
Guest User

Untitled

a guest
Dec 29th, 2010
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php if ( !bp_get_activity_is_favorite() ) : ?>
  2. <a class="fav" href="<?php bp_activity_favorite_link() ?>" class="fav" title="<?php _e( 'Mark as Favorite', 'buddypress' ) ?>"><?php _e( 'Favorite', 'buddypress' ) ?></a>
  3. <?php else : ?>
  4. <a class="fav" href="<?php bp_activity_unfavorite_link() ?>" class="unfav" title="<?php _e( 'Remove Favorite', 'buddypress' ) ?>"><?php _e( 'Remove Favorite', 'buddypress' ) ?></a>
  5. <?php endif; ?>
  6. <?php endif;?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement