Making WordPress.org


Ignore:
Timestamp:
01/31/2018 01:15:50 AM (7 years ago)
Author:
danielbachhuber
Message:

phpunit-test-reporter: Fix WPCS issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/parts/single-result.php

    r6480 r6481  
    1616        $host .= '<a target="_blank" rel="nofollow" href="' . esc_url( $user->user_url ) . '">';
    1717    }
    18     $host .= get_avatar( $user->ID, 18, '', '', array(
    19         'extra_attr' => 'style="vertical-align: middle;margin-right:5px;"',
    20     ) );
     18    $host .= get_avatar(
     19        $user->ID, 18, '', '', array(
     20            'extra_attr' => 'style="vertical-align: middle;margin-right:5px;"',
     21        )
     22    );
    2123    if ( ! empty( $user->user_url ) ) {
    2224        $host .= '</a>';
Note: See TracChangeset for help on using the changeset viewer.