Changeset 3435 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php
- Timestamp:
- 06/18/2016 01:48:42 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
r3434 r3435 28 28 } 29 29 30 $output .= '<li>' . get_avatar( $contributor->ID, 32 ) . ' 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.