newsletterfix
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -388,7 +388,7 @@ function create_notification() | ... | @@ -388,7 +388,7 @@ function create_notification() |
| 388 | 'post_title' => $subject, | 388 | 'post_title' => $subject, |
| 389 | 'post_status' => 'publish', | 389 | 'post_status' => 'publish', |
| 390 | 'post_type' => 'newsLetter', | 390 | 'post_type' => 'newsLetter', |
| 391 | 'post_content' => '<div id="newsletter">'.$html.'</div>', | 391 | 'post_content' => $html, |
| 392 | 392 | ||
| 393 | ) | 393 | ) |
| 394 | ); | 394 | ); | ... | ... |
-
Please register or sign in to post a comment