Making WordPress.org

Ticket #1972: meta-1972.patch

File meta-1972.patch, 1.1 KB (added by netweb, 7 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/user-profile.php

     
    1919
    2020                <?php endif; ?>
    2121
     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
    2228                <p class="bbp-user-forum-role"><?php   printf( esc_html__( 'Forum Role: %s',      'wporg-forums' ), bbp_get_user_display_role()    ); ?></p>
    2329                <p class="bbp-user-member-since"><?php printf( esc_html__( 'Member Since: %s',    'wporg-forums' ), wporg_support_get_user_registered_date() ); ?></p>
    2430                <p class="bbp-user-topic-count"><?php  printf( esc_html__( 'Topics Started: %s',  'wporg-forums' ), bbp_get_user_topic_count_raw() ); ?></p>