Skip to content

Commit

Permalink
remove extra comma, fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
billerickson committed Nov 23, 2019
1 parent e43ce95 commit e7cc10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/author-box.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function ea_author_intro() {

echo '<h3 class="has-text-align-center">Recent Articles by ' . get_the_author_meta( 'first_name' ) . '</h3>';
}
add_action( 'ea_archive_header_after', 'ea_author_intro', );
add_action( 'ea_archive_header_after', 'ea_author_intro' );

/**
* Author Box
Expand Down

0 comments on commit e7cc10f

Please sign in to comment.