Changeset 4215
- Timestamp:
- 10/11/2016 06:49:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/user-profile.php
r4206 r4215 67 67 printf( esc_html__( 'Forum Role: %s', 'wporg-forums' ), bbp_get_user_display_role() ); 68 68 ?></p> 69 70 <?php if ( $website = bbp_get_displayed_user_field( 'user_url' ) ) : ?> 71 72 <p class="bbp-user-website"><?php 73 /* translators: %s: link to user's website */ 74 printf( esc_html__( 'Website: %s', 'wporg-forums' ), sprintf( '<a href="%s">%s</a>', esc_url( $website ), esc_html( $website ) ) ); 75 ?></p> 76 77 <?php endif; ?> 78 69 79 <p class="bbp-user-member-since"><?php 70 80 /* translators: %s: user's registration date */ 71 81 printf( esc_html__( 'Member Since: %s', 'wporg-forums' ), wporg_support_get_user_registered_date() ); 72 82 ?></p> 83 73 84 <p class="bbp-user-topic-count"><?php 74 85 /* translators: %s: number of user's topics */ 75 86 printf( esc_html__( 'Topics Started: %s', 'wporg-forums' ), bbp_get_user_topic_count_raw() ); 76 87 ?></p> 88 77 89 <p class="bbp-user-reply-count"><?php 78 90 /* translators: %s: number of user's replies */
Note: See TracChangeset
for help on using the changeset viewer.