Please change widget forum li a php code
-
Please change forum widget li a code at line 550 from
<a class="bbp-forum-title" href="<?php bbp_forum_permalink( $widget_query->post->ID ); ?>"> <?php bbp_forum_title( $widget_query->post->ID ); ?> </a>
to
<a class="bbp-forum-title" href="<?php bbp_forum_permalink( $widget_query->post->ID ); ?>"><?php bbp_forum_title( $widget_query->post->ID ); ?></a>
Because it leads to unwanted spaces and tabs in the html and there is no filter to strip them out.
make it the same and consistent as widget_display_topics where li a at libe 797 is done the correct way.
When using both widgets in a same sidebar below each other the li a elements do not align in a vertical way.
Thank you
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.