Changeset 9002 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-support-reps.php
- Timestamp:
- 06/28/2019 11:53:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-support-reps.php
r6804 r9002 59 59 <li data-user="<?php echo esc_attr( $support_rep->user_nicename ); ?>"> 60 60 <?php echo get_avatar( $support_rep->ID, 32 ); ?> 61 <a href="<?php echo esc_url( 'https://profiles.wordpress.org/' . $support_rep->user_nicename); ?>">61 <a href="<?php echo esc_url( "https://profiles.wordpress.org/{$support_rep->user_nicename}/" ); ?>"> 62 62 <?php echo Template::encode( $support_rep->display_name ); ?> 63 63 </a><br>
Note: See TracChangeset
for help on using the changeset viewer.