Making WordPress.org


Ignore:
Timestamp:
11/01/2018 07:02:31 AM (6 years ago)
Author:
netweb
Message:

Support Forum: Updated bbPress templates

See #3485.

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  
    11<?php
    2 
    32/**
    43 * User Reviews Written
     
    1817            <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
    1918
    20             <?php bbp_get_template_part( 'loop',       'topics' ); ?>
     19            <?php bbp_get_template_part( 'loop', 'topics' ); ?>
    2120
    2221            <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
     
    2423        <?php else : ?>
    2524
    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' )
    2829                : esc_html_e( 'This user has not written any reviews.', 'wporg-forums' );
    29             ?></p>
     30                ?>
     31            </p>
    3032
    3133        <?php endif; ?>
     
    3436</div><!-- #bbp-user-reviews-written -->
    3537
    36 <?php do_action( 'bbp_template_after_user_reviews_written' );
     38<?php
     39do_action( 'bbp_template_after_user_reviews_written' );
Note: See TracChangeset for help on using the changeset viewer.