From 2b82e82fce1363b06305068b8a4a9a4ef33fd5e7 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 61a6a8b..a98271d 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 9f23e57e54e2aa3a415623e6f7fec0e3f9f54d78 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 @@