Making WordPress.org


Ignore:
Timestamp:
06/18/2016 01:48:42 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Remove superfluous whitespace.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php

    r3434 r3435  
    2828            }
    2929
    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>';
     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>';
    3131        }
    3232        $output .= '</ul>';
Note: See TracChangeset for help on using the changeset viewer.