From 35cd4a02715b94146d9a0df56c236e7d14a78316 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Tue, 20 Feb 2018 11:53:28 -0800 Subject: [PATCH 1/2] Add link context in avatar alt See https://meta.trac.wordpress.org/ticket/3371#comment:19 --- inc/tpl/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/tpl/post.php b/inc/tpl/post.php index f878f04..af8f9d3 100644 --- a/inc/tpl/post.php +++ b/inc/tpl/post.php @@ -2,7 +2,7 @@
<# if ( ! data.isPage && o2.options.showAvatars && data.author.avatar ) { #> - + {{ data.author.urlTitle }} <# } #> <# if ( ! data.isPage ) { #> From 59b65f5034ff7fcb51fac17e076b4416afcb28c1 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Tue, 20 Feb 2018 11:56:33 -0800 Subject: [PATCH 2/2] Add link context in avatar alt --- inc/tpl/post-edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/tpl/post-edit.php b/inc/tpl/post-edit.php index 3e9c57d..a4d540b 100644 --- a/inc/tpl/post-edit.php +++ b/inc/tpl/post-edit.php @@ -2,7 +2,7 @@