Changeset 5156 for trunk/templates/default/bbpress/loop-single-topic.php
- Timestamp:
- 11/20/2013 07:50:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/loop-single-topic.php
r4995 r5156 18 18 <?php if ( bbp_is_favorites() ) : ?> 19 19 20 <span class="bbp- topic-action">20 <span class="bbp-row-actions"> 21 21 22 22 <?php do_action( 'bbp_theme_before_topic_favorites_action' ); ?> 23 23 24 <?php bbp_ user_favorites_link( array( 'before' => '', 'favorite' => '+', 'favorited' => '×' ) ); ?>24 <?php bbp_topic_favorite_link( array( 'before' => '', 'favorite' => '+', 'favorited' => '×' ) ); ?> 25 25 26 26 <?php do_action( 'bbp_theme_after_topic_favorites_action' ); ?> … … 30 30 <?php elseif ( bbp_is_subscriptions() ) : ?> 31 31 32 <span class="bbp- topic-action">32 <span class="bbp-row-actions"> 33 33 34 34 <?php do_action( 'bbp_theme_before_topic_subscription_action' ); ?> 35 35 36 <?php bbp_ user_subscribe_link( array( 'before' => '', 'subscribe' => '+', 'unsubscribe' => '×' ) ); ?>36 <?php bbp_topic_subscription_link( array( 'before' => '', 'subscribe' => '+', 'unsubscribe' => '×' ) ); ?> 37 37 38 38 <?php do_action( 'bbp_theme_after_topic_subscription_action' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.