diff --git a/widget-for-co-authors.php b/widget-for-co-authors.php index a983c5c..9c9fee0 100644 --- a/widget-for-co-authors.php +++ b/widget-for-co-authors.php @@ -26,7 +26,7 @@ function blog_post_coauthors() { } // Widget to show authors' avatars -function blog_avatars_wp() { +function blog_avatars() { $show_profile = __( 'Show profile', 'widget-for-co-authors' ); $hide_profile = __( 'Hide profile', 'widget-for-co-authors' );