From 5604b83e6f7d4c53009612742a8b64bd811c47fb Mon Sep 17 00:00:00 2001 From: danix Date: Sat, 28 Jul 2018 10:36:09 +0200 Subject: [PATCH] added link to author archive page on signature image --- danixland-author-signature.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/danixland-author-signature.php b/danixland-author-signature.php index e3ca3a9..3e415af 100644 --- a/danixland-author-signature.php +++ b/danixland-author-signature.php @@ -114,7 +114,7 @@ function dnxasi_display_content($content) { $signature_size = ( ! empty($options['dnxasi_signature_size']) ) ? $options['dnxasi_signature_size'] : '300'; if ( is_single() && is_main_query() && ( '' != $signature ) ) { if ( ! dnxasi_is_post_paginated() || ( $page === dnxasi_post_last_page() ) ) { - $new_content = '
' . get_the_author_meta('display_name') . '
'; + $new_content = '
' . get_the_author_meta('display_name') . '
'; $content .= $new_content; } } -- 2.20.1