Fix sintax error
This commit is contained in:
@@ -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' );
|
||||
|
||||
|
Reference in New Issue
Block a user