Ticket #1972: meta-1972.patch
File meta-1972.patch, 1.1 KB (added by , 7 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/user-profile.php
19 19 20 20 <?php endif; ?> 21 21 22 <?php if ( bbp_get_displayed_user_field( 'title' ) ) : ?> 23 24 <p class="bbp-user-custom-title"><?php printf( esc_html__( 'Title: %s', 'wporg-forums' ), bbp_get_displayed_user_field( 'title' ) ); ?></p> 25 26 <?php endif; ?> 27 22 28 <p class="bbp-user-forum-role"><?php printf( esc_html__( 'Forum Role: %s', 'wporg-forums' ), bbp_get_user_display_role() ); ?></p> 23 29 <p class="bbp-user-member-since"><?php printf( esc_html__( 'Member Since: %s', 'wporg-forums' ), wporg_support_get_user_registered_date() ); ?></p> 24 30 <p class="bbp-user-topic-count"><?php printf( esc_html__( 'Topics Started: %s', 'wporg-forums' ), bbp_get_user_topic_count_raw() ); ?></p>