Changeset 508394
- Timestamp:
- 02/21/2012 07:05:26 PM (14 years ago)
- Location:
- praybox/trunk
- Files:
-
- 2 edited
-
inc/inc_pb_settings_page.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
praybox/trunk/inc/inc_pb_settings_page.php
r479795 r508394 13 13 foreach($_POST as $key => $value){ 14 14 if($key!="update"){ 15 update_option($key, $value);15 update_option($key,stripslashes($value)); 16 16 } 17 17 } -
praybox/trunk/readme.txt
r508378 r508394 84 84 = February 21, 2012 - 1.0.5 = 85 85 * 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.