Changeset 11804
- Timestamp:
- 04/27/2022 11:11:50 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-contributors.php
r10897 r11804 64 64 <?php echo get_avatar( $contributor->ID, 32 ); ?> 65 65 <a href="<?php echo esc_url( "https://profiles.wordpress.org/{$contributor->user_nicename}/" ); ?>"> 66 <?php echo Template::encode( $contributor->display_name ); ?>66 <?php echo Template::encode( $contributor->display_name ?: $contributor->user_nicename ); ?> 67 67 </a> 68 68 </li>
Note: See TracChangeset
for help on using the changeset viewer.