diff --git a/inc/author-box.php b/inc/author-box.php index 27e6420..dfe0103 100644 --- a/inc/author-box.php +++ b/inc/author-box.php @@ -30,7 +30,7 @@ function ea_author_intro() { echo '

Recent Articles by ' . get_the_author_meta( 'first_name' ) . '

'; } -add_action( 'ea_archive_header_after', 'ea_author_intro', ); +add_action( 'ea_archive_header_after', 'ea_author_intro' ); /** * Author Box