Twenty Nineteen: Correct function name in a function_exists()
check for twentynineteen_get_user_avatar_markup()
.
Props mukesh27, diego-la-monica. Fixes #46410. git-svn-id: https://develop.svn.wordpress.org/trunk@45383 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e23ea906e2
commit
df9caed81b
@ -166,7 +166,7 @@ if ( ! function_exists( 'twentynineteen_post_thumbnail' ) ) :
|
|||||||
}
|
}
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
if ( ! function_exists( 'twentynineteen_comment_avatar' ) ) :
|
if ( ! function_exists( 'twentynineteen_get_user_avatar_markup' ) ) :
|
||||||
/**
|
/**
|
||||||
* Returns the HTML markup to generate a user avatar.
|
* Returns the HTML markup to generate a user avatar.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user