Pico-Editor-Plugin
Pico-Editor-Plugin copied to clipboard
strip slashes on save
my apostrophes weren't looking right
I'd rather turn off magic quotes if I were you.
Good point, an alternate approach could be to add:
# turn off magic quotes
php_flag magic_quotes_gpc Off
to the .htaccess file in the main Pico project
My magic quotes are already turned off but I still encountered this issue. Thanks for the commit!