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:
Sergey Biryukov 2019-05-23 01:30:21 +00:00
parent e23ea906e2
commit df9caed81b

View File

@ -166,7 +166,7 @@ if ( ! function_exists( 'twentynineteen_post_thumbnail' ) ) :
}
endif;
if ( ! function_exists( 'twentynineteen_comment_avatar' ) ) :
if ( ! function_exists( 'twentynineteen_get_user_avatar_markup' ) ) :
/**
* Returns the HTML markup to generate a user avatar.
*/