add newlines
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 11 Dec 2015 18:59:24 +0000 (13:59 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 11 Dec 2015 18:59:24 +0000 (13:59 -0500)
controllers/front.php

index fabd4d1..2ceb54d 100644 (file)
@@ -154,7 +154,7 @@ class staffords_employment_front
         $to        = $plugin_options['notification_email'];
         $name      = $plugin_name['replyto_name'];
         $email     = $plugin_name['replyto_email'];
-        $message   = $plugin_options['notification_message'];
+        $message   = $plugin_options['notification_message'] . "\n\n";
         $message  .= admin_url() . "edit.php?post_type=staffords_jobs&page=applications\n\n";
         $headers   = array();
         $headers[] = "From: {$fromName} <{$from}>";