Changeset 747
- Timestamp:
- 07/10/2014 04:38:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r734 r747 244 244 echo 'Component maintainers: '; 245 245 echo '<ul class="maintainers">'; 246 foreach ( array_map( 'trim', explode( ',', $maintainers ) )as $maintainer ) {246 foreach ( $maintainers as $maintainer ) { 247 247 echo '<li><a href="//profiles.wordpress.org/' . esc_attr( $maintainer ) . '">' . get_avatar( get_user_by( 'login', $maintainer )->user_email, 36 ) . "</a> $maintainer</li>"; 248 248 }
Note: See TracChangeset
for help on using the changeset viewer.