Fix sintax error
This commit is contained in:
parent
864d9cddb4
commit
8481a5fa8a
@ -26,7 +26,7 @@ function blog_post_coauthors() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Widget to show authors' avatars
|
// Widget to show authors' avatars
|
||||||
function blog_avatars_wp() {
|
function blog_avatars() {
|
||||||
$show_profile = __( 'Show profile', 'widget-for-co-authors' );
|
$show_profile = __( 'Show profile', 'widget-for-co-authors' );
|
||||||
$hide_profile = __( 'Hide profile', 'widget-for-co-authors' );
|
$hide_profile = __( 'Hide profile', 'widget-for-co-authors' );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user