From: Steve Sutton Date: Fri, 11 Dec 2015 19:35:08 +0000 (-0500) Subject: Change the admin url text X-Git-Tag: v0.3.3^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=00c7359f169cd3304957114387bc4bb6968b5c70;p=WP-Plugins%2Fstaffords-employment.git Change the admin url text --- 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}>";