Changeset 3434
- Timestamp:
- 06/18/2016 01:42:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php
r3395 r3434 28 28 } 29 29 30 $output .= '<li>' . get_avatar( $contributor->ID, 32 ) . Template::encode( $contributor->display_name ) . '</li>';30 $output .= '<li>' . get_avatar( $contributor->ID, 32 ) . ' <a href="' . esc_url( 'https://profiles.wordpress.org/' . $contributor_slug ) . '">' . Template::encode( $contributor->display_name ) . '</a></li>'; 31 31 } 32 32 $output .= '</ul>';
Note: See TracChangeset
for help on using the changeset viewer.