Making WordPress.org

Changeset 747


Ignore:
Timestamp:
07/10/2014 04:38:17 PM (10 years ago)
Author:
samuelsidler
Message:

Trac notifications plugin: Fix bad merge and show component maintainers. props ocean90. See #332

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php

    r734 r747  
    244244            echo 'Component maintainers: ';
    245245            echo '<ul class="maintainers">';
    246             foreach ( array_map( 'trim', explode( ',', $maintainers ) ) as $maintainer ) {
     246            foreach ( $maintainers as $maintainer ) {
    247247                echo '<li><a href="//profiles.wordpress.org/' . esc_attr( $maintainer ) . '">' . get_avatar( get_user_by( 'login', $maintainer )->user_email, 36 ) . "</a> $maintainer</li>";
    248248            }
Note: See TracChangeset for help on using the changeset viewer.