Is there any way to keep the plugin from replacing double quotes with single quotes?
Otherwise all good! Glad there's a fork because I was bummed when the other version stopped working.
http://wordpress.org/extend/plugins/post-editor-buttons-fork/
Is there any way to keep the plugin from replacing double quotes with single quotes?
Otherwise all good! Glad there's a fork because I was bummed when the other version stopped working.
http://wordpress.org/extend/plugins/post-editor-buttons-fork/
You can try commenting out line 68 of post-editor-buttons.php, (looks like $input = array_map( 'peb_quote_replace', $input);) but it's there because double quotes can cause breakage or not work as intended.
This topic has been closed to new replies.