Changeset 3938 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-view.php
- Timestamp:
- 09/03/2016 12:43:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-view.php
r3909 r3938 22 22 <?php if ( 1 != bbp_get_paged() ) bbp_get_template_part( 'pagination', 'topics' ); ?> 23 23 24 <?php if ( in_array( bbp_get_view_id(), array( 'spam', 'pending' ) ) ) : ?>24 <?php if ( in_array( bbp_get_view_id(), array( 'spam', 'pending', 'archived' ) ) ) : ?> 25 25 26 26 <?php bbp_get_template_part( 'loop', 'posts' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.