You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
458 B
11 lines
458 B
<div class="github-embed github-embed-user <?php echo $data['logo_class'] ?>"> |
|
<p> |
|
<a href="https://github.com/<?php echo esc_attr( $data['owner'] ) ?>" target="_blank"> |
|
<strong> |
|
<?php echo esc_html( $data['owner'] ) ?> |
|
</strong> |
|
</a> |
|
<br> |
|
<?php echo esc_html( number_format_i18n( $data['owner_info']->public_repos ) ) ?> repositories, <?php echo esc_html( number_format_i18n( $data['owner_info']->followers ) ) ?> followers. |
|
</p> |
|
</div>
|
|
|