Changeset 7379 for trunk/src/includes/common/widgets.php
- Timestamp:
- 11/24/2025 07:23:06 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/widgets.php
r7378 r7379 571 571 <ul class="bbp-forums-widget"> 572 572 573 <?php while ( $widget_query->have_posts() ) : $widget_query->the_post(); ?> 573 <?php while ( $widget_query->have_posts() ) : 574 575 $widget_query->the_post(); ?> 574 576 575 577 <li <?php echo ( bbp_get_forum_id() === $widget_query->post->ID ? ' class="bbp-forum-widget-current-forum"' : '' ); ?>> … … 1186 1188 <ul class="bbp-replies-widget"> 1187 1189 1188 <?php while ( $widget_query->have_posts() ) : $widget_query->the_post(); ?> 1190 <?php while ( $widget_query->have_posts() ) : 1191 1192 $widget_query->the_post(); ?> 1189 1193 1190 1194 <li>
Note: See TracChangeset
for help on using the changeset viewer.