projects
/
WP-Plugins
/
staffords-employment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ecf238
)
add newlines
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 11 Dec 2015 18:59:24 +0000
(13:59 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 11 Dec 2015 18:59:24 +0000
(13:59 -0500)
controllers/front.php
patch
|
blob
|
history
diff --git
a/controllers/front.php
b/controllers/front.php
index
fabd4d1
..
2ceb54d
100644
(file)
--- a/
controllers/front.php
+++ b/
controllers/front.php
@@
-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}>";