I upgraded pagelines and broke it again ?? but for the life of me can’t remember what file gets edited in pageslines
I try adding
/**
* Fixes password spoof – the plugin sets a post password to protect
* the comment form. In themes where this causes the WP password
* protected post dialog to display, returning an empty post password
* should correct the problem.
*/
add_filter( ‘wpmem_post_password’, ‘my_pass_filter’ );
function my_pass_filter() {
return ”;
}
to the class.post.php file but after I do it the editor gives me a string error…
Suggestions on other files to edit?