Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/21/2012 08:12:29 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Simplify favorites link logic and output, to match subscriptions link functionality. Fixes #2118.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/bbpress/loop-single-topic.php

    r4594 r4615  
    2222                    <?php do_action( 'bbp_theme_before_topic_favorites_action' ); ?>
    2323
    24                     <?php bbp_user_favorites_link( array( 'mid' => '+', 'post' => '' ), array( 'pre' => '', 'mid' => '&times;', 'post' => '' ) ); ?>
     24                    <?php bbp_user_favorites_link( array( 'before' => '', 'favorite' => '+', 'favorited' => '&times;' ) ); ?>
    2525
    2626                    <?php do_action( 'bbp_theme_after_topic_favorites_action' ); ?>
Note: See TracChangeset for help on using the changeset viewer.