diff --git a/github-embed.php b/github-embed.php index 1cbaf08..d0fbc4d 100644 --- a/github-embed.php +++ b/github-embed.php @@ -338,6 +338,7 @@ class github_embed { $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.
";
if ( count ( $commits ) ) {