From 9c5c2f3994c79ae092ca6d276b32b95a51348548 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 2 Nov 2017 23:43:10 +0100 Subject: The "title" attribute has been added to the user link. --- template/admin/html/page/item.php | 2 +- template/admin/html/post/item.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/admin/html/page/item.php b/template/admin/html/page/item.php index e7032f0..a92b2fd 100644 --- a/template/admin/html/page/item.php +++ b/template/admin/html/page/item.php @@ -3,7 +3,7 @@

# - "> + " title="text('update_user')?>">
diff --git a/template/admin/html/post/item.php b/template/admin/html/post/item.php index e81513a..8258d30 100644 --- a/template/admin/html/post/item.php +++ b/template/admin/html/post/item.php @@ -3,7 +3,7 @@

# - "> + " title="text('update_user')?>">
-- cgit v1.2.3