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 @@
<# if ( ! data.isPage && o2.options.showAvatars && data.author.avatar ) { #> - + {{ data.author.urlTitle }} <# } #> <# if ( ! data.isPage ) { #> 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 ) { #>