diff --git a/templates/author.php b/templates/author.php index 1f7a78e..694b420 100644 --- a/templates/author.php +++ b/templates/author.php @@ -1,11 +1,11 @@ -
-
+
- = esc_html( $data['owner'] ) ?>
+
- = esc_html( number_format_i18n( $data['owner_info']->public_repos ) ) ?> repositories, = esc_html( number_format_i18n( $data['owner_info']->followers ) ) ?> followers.
+ public_repos ) ) ?> repositories, followers ) ) ?> followers.
-
+
- = esc_html( $data['repo']->description ) ?>
+ description ) ?>
@@ -11,11 +11,11 @@
-
+
- = esc_html( $data['repo']->description ) ?>
+ description ) ?>
Milestone:
- = esc_html( $data['summary']->title ) ?>
+ title ) ?>
Issues:
- = esc_html( number_format_i18n( $data['summary']->open_issues ) ) ?> open, = esc_html( number_format_i18n( $data['summary']->closed_issues ) ) ?> closed.
+ open_issues ) ) ?> open, closed_issues ) ) ?> closed.
due_on ) ) : ?>
Due:
- = esc_html( date_format( date_create( $data['summary']->due_on ), 'jS F Y' ) ) ?>
+ due_on ), 'jS F Y' ) ) ?>
- = nl2br( esc_html( $data['summary']->description ) ) ?> + description ) ) ?>