Plugin Directory

Changeset 666213


Ignore:
Timestamp:
02/11/2013 10:25:22 AM (13 years ago)
Author:
surdotly
Message:

Fixed settings type

Location:
surly/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • surly/trunk/readme.txt

    r661589 r666213  
    3030== Changelog ==
    3131
     32= 1.0.3 =
     33
     34* Fixed settings type radio button
     35
    3236= 1.0.2 =
    3337
  • surly/trunk/surly.php

    r661589 r666213  
    2020 * Plugin URI: http://sur.ly
    2121 * Description: Protection of outbound links
    22  * Version: 1.0.2
     22 * Version: 1.0.3
    2323 * Author: Sur.ly
    2424 */
     
    109109    }
    110110    update_option('urls', $_POST['urls']);
     111    update_option('settings', $_POST['settings']);
    111112   
    112113    if (isset($_POST['replace_in_posts'])) {
Note: See TracChangeset for help on using the changeset viewer.