Changeset 5845 for trunk/src/includes/common/widgets.php
- Timestamp:
- 07/15/2015 09:30:40 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/widgets.php
r5829 r5845 585 585 <?php while ( $widget_query->have_posts() ) : $widget_query->the_post(); ?> 586 586 587 <li><a class="bbp-forum-title" href="<?php bbp_forum_permalink( $widget_query->post->ID ); ?>"><?php bbp_forum_title( $widget_query->post->ID ); ?></a></li> 587 <li <?php echo ( bbp_get_forum_id() === $widget_query->post->ID ? ' class="bbp-forum-widget-current-forum"' : '' ); ?>> 588 <a class="bbp-forum-title" href="<?php bbp_forum_permalink( $widget_query->post->ID ); ?>"> 589 <?php bbp_forum_title( $widget_query->post->ID ); ?> 590 </a> 591 </li> 588 592 589 593 <?php endwhile; ?>
Note: See TracChangeset
for help on using the changeset viewer.