From 448d9681f021e8f21602c2936fa751a1eb3a50ae Mon Sep 17 00:00:00 2001 From: Ekhaus Web Services Date: Thu, 17 Oct 2019 16:35:01 -0400 Subject: [PATCH] Change Author Nice Name to Display Name (#25) Change @/author to return display name set by user in user administration instead of nicename. --- src/Directives/WordPress.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Directives/WordPress.php b/src/Directives/WordPress.php index 944c1fd..c4a57f9 100644 --- a/src/Directives/WordPress.php +++ b/src/Directives/WordPress.php @@ -209,10 +209,10 @@ 'author' => function ($expression) { if (! empty($expression)) { - return ""; + return ""; } - return ""; + return ""; }, 'authorurl' => function ($expression) {