Changeset 5867
- Timestamp:
- 07/17/2015 10:42:47 PM (9 years ago)
- Location:
- trunk/src/templates/default/bbpress
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/loop-forums.php
r5770 r5867 21 21 : esc_html_e( 'Posts', 'bbpress' ); 22 22 ?></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> 24 24 </ul> 25 25 -
trunk/src/templates/default/bbpress/loop-topics.php
r5770 r5867 19 19 : esc_html_e( 'Posts', 'bbpress' ); 20 20 ?></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> 22 22 </ul> 23 23 </li>
Note: See TracChangeset
for help on using the changeset viewer.