Changeset 14915 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-contributors.php
- Timestamp:
- 05/25/2026 03:49:18 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-contributors.php
r14396 r14915 1 1 <?php 2 2 namespace WordPressdotorg\Plugin_Directory\Widgets; 3 4 use WordPressdotorg\Plugin_Directory\Template;5 3 6 4 /** … … 74 72 <?php echo get_avatar( $contributor->ID, 32 ); ?> 75 73 <a href="<?php echo esc_url( "https://profiles.wordpress.org/{$contributor->user_nicename}/" ); ?>"> 76 <?php echo Template::encode( $contributor->display_name ?: $contributor->user_nicename ); ?>74 <?php echo $contributor->display_name ?: $contributor->user_nicename; ?> 77 75 </a> 78 76 </li>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)