Hello.
There is wrong Settings link on installed plugins screen. It should link to /wp-admin/tools.php?page=options_editor
instead of /wp-admin/options-general.php?page=options_editor
. Plugin version is 1.1.
Did you add it yet? I saw you commenting somewhile ago on a review here that you thought of adding it.
]]>When trying to save an option that is serialized data, the plugin is adding slashes to the value, corrupting the value.
for example,
a:1:{s:3:"foo";s:5:""bar"";}
gets turned into:
a:1:{s:3:\"foo\";s:5:\"\"bar\"\";}
Rendering the plugin completely un-usable.
]]>Can I use this plugin on WordPress MU?
]]>