Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
evansolomon committed Aug 20, 2012
1 parent 9f91d81 commit 1505871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-contributors.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function pw_get_github_contributors( $atts, $content = null ) {

return $contrib_list;
}
add_shortcode('github_contributors', 'pw_get_github_contributors');
add_shortcode( 'github_contributors', 'pw_get_github_contributors' );

function pw_get_github_contributors_query( $username, $repo, $transient_key ) {
$response = wp_remote_get( "https://api.github.com/repos/{$username}/{$repo}/contributors" );
Expand Down

0 comments on commit 1505871

Please sign in to comment.