From: Steve Sutton Date: Thu, 28 Jun 2018 12:58:13 +0000 (-0400) Subject: Fix admin url for the notification. X-Git-Tag: v2.0.0~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=03d3c6a57566f3a79d03913b515910eb3e1ff6c5;p=WP-Plugins%2Fglm-serverstats.git Fix admin url for the notification. Fixing the admin url for the notification. --- 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 );