PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.2.0
Forumax – AI Powered Advanced Community Forum Plugin v2.2.0
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
← All changes | templates/loop-forums.php +1 -1 trunk2.2.0 View file →
@@ -22,9 +22,9 @@
22 22 <div class="frmx-col-md-6 frmx-col-sm-6 support-category-menus">
23 23 <ul class="forum-titles">
24 24 <li class="forum-topic-count"> <?php esc_html_e( 'Topics', 'forumax' ); ?> </li>
25 25 <li class="forum-reply-count"> <?php bbp_show_lead_topic() ? esc_html_e( 'Replies', 'forumax' ) : esc_html_e( 'Posts', 'forumax' ); ?> </li>
26 - <li class="forum-freshness"> <?php esc_html_e( 'Latest activity', 'forumax' ); ?> </li>
26 + <li class="forum-freshness"> <?php esc_html_e( 'Last Post', 'forumax' ); ?> </li>
27 27 </ul>
28 28 </div>
29 29 <!-- /.support-category-menus -->
30 30 </div>