Plugin Directory

Changeset 508394


Ignore:
Timestamp:
02/21/2012 07:05:26 PM (14 years ago)
Author:
blazingtorch
Message:
 
Location:
praybox/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • praybox/trunk/inc/inc_pb_settings_page.php

    r479795 r508394  
    1313    foreach($_POST as $key => $value){
    1414        if($key!="update"){
    15         update_option($key,$value);
     15        update_option($key,stripslashes($value));   
    1616        }
    1717    }
  • praybox/trunk/readme.txt

    r508378 r508394  
    8484= February 21, 2012 - 1.0.5 =
    8585* Fixed problems regarding url structure for sites not using 'pretty' permalinks.
     86* Fixed escaping quotation marks for data input on General Settings page.
Note: See TracChangeset for help on using the changeset viewer.