Skip to:
Content

bbPress.org

Changeset 5867


Ignore:
Timestamp:
07/17/2015 10:42:47 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Strings: Switch from "Freshness" to "Last Post" in the default theme-compatibility templates.

This changeset updates the column header text used to describe the last activity of a forum/category or topic in bbPress's default theme-compatibility (which includes details beyond just the timestamp) making "Last Post" more contextually accurate compared to "Freshness" which still makes sense within the dashboard (which currently only shows the timestamp.)

Fixes #2031.

Location:
trunk/src/templates/default/bbpress
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/loop-forums.php

    r5770 r5867  
    2121                : esc_html_e( 'Posts',   'bbpress' );
    2222            ?></li>
    23             <li class="bbp-forum-freshness"><?php esc_html_e( 'Freshness', 'bbpress' ); ?></li>
     23            <li class="bbp-forum-freshness"><?php esc_html_e( 'Last Post', 'bbpress' ); ?></li>
    2424        </ul>
    2525
  • trunk/src/templates/default/bbpress/loop-topics.php

    r5770 r5867  
    1919                : esc_html_e( 'Posts',   'bbpress' );
    2020            ?></li>
    21             <li class="bbp-topic-freshness"><?php esc_html_e( 'Freshness', 'bbpress' ); ?></li>
     21            <li class="bbp-topic-freshness"><?php esc_html_e( 'Last Post', 'bbpress' ); ?></li>
    2222        </ul>
    2323    </li>
Note: See TracChangeset for help on using the changeset viewer.