From 00c7359f169cd3304957114387bc4bb6968b5c70 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 11 Dec 2015 14:35:08 -0500 Subject: [PATCH] Change the admin url text --- controllers/front.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/front.php b/controllers/front.php index db7dfb2..fe32318 100644 --- a/controllers/front.php +++ b/controllers/front.php @@ -154,8 +154,8 @@ class staffords_employment_front $to = $plugin_options['notification_email']; $name = $plugin_options['replyto_name']; $email = $plugin_options['replyto_email']; - $message = $plugin_options['notification_message'] . "\n\n"; - $message .= 'Your Admin.' . "\n\n"; + $message = $plugin_options['notification_message'] . "\n"; + $message .= '' . get_bloginfo('name') . ' Admin Area.' . "\n\n"; $headers = array(); $headers[] = "From: {$fromName} <{$from}>"; $headers[] = "Reply-To: {$name} <{$email}>"; -- 2.17.1