Great plug-in! Quick question…
I was modifying the ’email_notification_2.2.php’ file to change the plain text format. Now I get this error:
Parse error: parse error, unexpected ‘?’ in /home/iloveco/public_html/read/wp-content/plugins/wp-email-notification/email_notification_2.2.php on line 104
I never touched line 104, but I’m thinking it messed up after decompressing the .zip file. Should there be special characters where the ?’s are?
Line 104
$post_content = str_replace(array(“??,”??”,”??,”??,”??,”??,” “), array(‘”‘,'”‘,’?,’?,’?,’…’,’ ‘), $post_content);