From 8481a5fa8a4156a74568a4d051e529c9c08f3b29 Mon Sep 17 00:00:00 2001 From: ulaulaman Date: Fri, 8 Oct 2021 22:41:20 +0200 Subject: [PATCH] Fix sintax error --- widget-for-co-authors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' );