Changeset 10000 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-profile.php
- Timestamp:
- 07/03/2020 03:11:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-profile.php
r9469 r10000 106 106 107 107 <p class="bbp-user-website"><?php 108 /* translators: %s: link to user's website */ 108 /* translators: %s: link to user's website */ 109 109 printf( esc_html__( 'Website: %s', 'wporg-forums' ), sprintf( '<a href="%s" rel="nofollow ugc">%s</a>', esc_url( $website ), esc_html( $website ) ) ); 110 110 ?></p>
Note: See TracChangeset
for help on using the changeset viewer.