Error when searching and naming templates with apostrophe (and quotes?)
If you construct a template and save it with a name it including an apostrophe, like "teacher's assistant," it causes that feed to no longer load from the saved template box (
js error?). Which means you can't delete it then either. It sits in the "saved templates" box with an escaped apostrophe (teacher\'s assistant) but can't be loaded or removed.
Editing the wp_options entry by hand in PHPmyadmin caused all of the saved entries to disappear from the drop box, and breaks the import page. This is what happened to me before, and makes this error somewhat more troublesome, because what I did is probably the next step most people would consider.
I'm snakebit and don't want to mess with these fields now too much (since I lost template functionality last time) but I worry that double quotes in the name field, or in the search field and converted to html equivalents in the RSS URL will also create errors (suspect it's the way the plugin is escaping the character).