Plugin Directory

Changeset 3329347


Ignore:
Timestamp:
07/17/2025 03:38:53 AM (9 months ago)
Author:
winecoza
Message:

Fixed Import on Save Bug

Location:
winecoza
Files:
66 added
1 edited

Legend:

Unmodified
Added
Removed
  • winecoza/trunk/winecoza.php

    r3265608 r3329347  
    117117    $current_settings = get_option('winecoza_settings', []);
    118118
    119     $current_settings['import_on_save'] = 1;
     119    $current_settings['import_on_save'] = 0;
    120120
    121121    if (false === get_option('winecoza_settings')) {
Note: See TracChangeset for help on using the changeset viewer.