Making WordPress.org


Ignore:
Timestamp:
03/06/2017 12:39:04 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Show user's reviews as a custom view in their profile.

Fixes #2007.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-single-user.php

    r5084 r5086  
    2121
    2222        <div id="bbp-user-body">
    23             <?php if ( bbp_is_favorites()               ) bbp_get_template_part( 'user', 'favorites'       ); ?>
    24             <?php if ( bbp_is_subscriptions()           ) bbp_get_template_part( 'user', 'subscriptions'   ); ?>
    25             <?php if ( bbp_is_single_user_engagements() ) bbp_get_template_part( 'user', 'engagements'     ); ?>
    26             <?php if ( bbp_is_single_user_topics()      ) bbp_get_template_part( 'user', 'topics-created'  ); ?>
    27             <?php if ( bbp_is_single_user_replies()     ) bbp_get_template_part( 'user', 'replies-created' ); ?>
    28             <?php if ( bbp_is_single_user_edit()        ) bbp_get_template_part( 'form', 'user-edit'       ); ?>
    29             <?php if ( bbp_is_single_user_profile()     ) bbp_get_template_part( 'user', 'profile'         ); ?>
     23            <?php if ( bbp_is_favorites()                     ) bbp_get_template_part( 'user', 'favorites'       ); ?>
     24            <?php if ( bbp_is_subscriptions()                 ) bbp_get_template_part( 'user', 'subscriptions'   ); ?>
     25            <?php if ( bbp_is_single_user_engagements()       ) bbp_get_template_part( 'user', 'engagements'     ); ?>
     26            <?php if ( bbp_is_single_user_topics()            ) bbp_get_template_part( 'user', 'topics-created'  ); ?>
     27            <?php if ( bbp_is_single_user_replies()           ) bbp_get_template_part( 'user', 'replies-created' ); ?>
     28            <?php if ( wporg_support_is_single_user_reviews() ) bbp_get_template_part( 'user', 'reviews-created' ); ?>
     29            <?php if ( bbp_is_single_user_edit()              ) bbp_get_template_part( 'form', 'user-edit'       ); ?>
     30            <?php if ( bbp_is_single_user_profile()           ) bbp_get_template_part( 'user', 'profile'         ); ?>
    3031        </div>
    3132    </div>
Note: See TracChangeset for help on using the changeset viewer.