From 03d3c6a57566f3a79d03913b515910eb3e1ff6c5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 28 Jun 2018 08:58:13 -0400 Subject: [PATCH] Fix admin url for the notification. Fixing the admin url for the notification. --- setup/adminHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index cc158f3..2527d02 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -154,7 +154,7 @@ if ( empty( get_option( GLM_SERVERSTATS_PLUGIN_RELAY_DISMISS ) ) ) { echo '

Gaslight Media Notification:
'; echo '

'.$latest_data['title'].'
'; - echo 'More Details

'; + echo 'More Details

'; echo ''; }, 10, 1 ); -- 2.17.1