Forums
(@danielchristian)
14 years, 4 months ago
Easy fix guys…
Locate the directory to open the post_publish.php file…
(wp-content/plugins/easysms/post_publish.php)
Go to line 8…
Find: $title = stripslashes($the_post[‘Title’]);
Replace with: $title->$the_post;
Save the file…
Cheers!