Changeset 7813 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-reviews-written.php
- Timestamp:
- 11/01/2018 07:02:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-reviews-written.php
r5626 r7813 1 1 <?php 2 3 2 /** 4 3 * User Reviews Written … … 18 17 <?php bbp_get_template_part( 'pagination', 'topics' ); ?> 19 18 20 <?php bbp_get_template_part( 'loop', 19 <?php bbp_get_template_part( 'loop', 'topics' ); ?> 21 20 22 21 <?php bbp_get_template_part( 'pagination', 'topics' ); ?> … … 24 23 <?php else : ?> 25 24 26 <p><?php bbp_is_user_home() 27 ? esc_html_e( 'You have not written any reviews.', 'wporg-forums' ) 25 <p> 26 <?php 27 bbp_is_user_home() 28 ? esc_html_e( 'You have not written any reviews.', 'wporg-forums' ) 28 29 : esc_html_e( 'This user has not written any reviews.', 'wporg-forums' ); 29 ?></p> 30 ?> 31 </p> 30 32 31 33 <?php endif; ?> … … 34 36 </div><!-- #bbp-user-reviews-written --> 35 37 36 <?php do_action( 'bbp_template_after_user_reviews_written' ); 38 <?php 39 do_action( 'bbp_template_after_user_reviews_written' );
Note: See TracChangeset
for help on using the changeset viewer.