X-Git-Url: https://git.danix.xyz/?p=danixland-author-signature.git;a=blobdiff_plain;f=danixland-author-signature.php;fp=danixland-author-signature.php;h=3e415afb76897db34fbdb93fe05d7e67a6312cef;hp=e3ca3a9eefc01cf41e59f9aae26d4f4b7dc82e6c;hb=5604b83e6f7d4c53009612742a8b64bd811c47fb;hpb=e8ea87943791cd08759880c3243316c8bd34983e 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; } }