Fix sintax error

This commit is contained in:
ulaulaman 2021-10-08 22:41:20 +02:00
parent 864d9cddb4
commit 8481a5fa8a
1 changed files with 1 additions and 1 deletions

View File

@ -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' );