From df9caed81bd3189dd05ea49d044cae7a233cef41 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 23 May 2019 01:30:21 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentynineteen/inc/template-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentynineteen/inc/template-tags.php b/src/wp-content/themes/twentynineteen/inc/template-tags.php index 6b210bcaaf..aeca001027 100644 --- a/src/wp-content/themes/twentynineteen/inc/template-tags.php +++ b/src/wp-content/themes/twentynineteen/inc/template-tags.php @@ -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. */