From 9fd61d2f9a13c7533b9174f52ebae3850317b539 Mon Sep 17 00:00:00 2001 From: Irina Sokolovskaja Date: Thu, 9 Jul 2015 23:01:00 +0300 Subject: [PATCH] fixing comment on #16 --- github-embed.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/github-embed.php b/github-embed.php index 479f797..d2ba291 100644 --- a/github-embed.php +++ b/github-embed.php @@ -337,9 +337,9 @@ class github_embed { $response->html = '
'; $response->html .= '

'.esc_html($repo->description)."
"; $response->html .= ''.esc_html($repo->html_url)."
"; - $response->html .= ''.esc_html ( number_format_i18n ( $repo->forks_count ) )." forks.
"; - $response->html .= ''.esc_html ( number_format_i18n ( $repo->stargazers_count ) )." stars.
"; - $response->html .= ''.esc_html ( number_format_i18n ( $repo->open_issues_count ) )." open issues.
"; + $response->html .= ''.esc_html ( number_format_i18n ( $repo->forks_count ) ) . " forks.
"; + $response->html .= ''.esc_html ( number_format_i18n ( $repo->stargazers_count ) ) . " stars.
"; + $response->html .= ''.esc_html ( number_format_i18n ( $repo->open_issues_count ) ) . " open issues.
"; if ( count ( $commits ) ) {