Plugin Directory

Changeset 483706


Ignore:
Timestamp:
01/03/2012 02:40:44 AM (14 years ago)
Author:
Chaser324
Message:

1.7 Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • featured-posts-grid/branches/dev/featured-posts-grid.php

    r483690 r483706  
    192192            update_option($var, $default);
    193193        }
     194    }
     195
     196    // Try resolving possible issue introduced in 1.6
     197    $interval_val = get_option('fpg_scroll_interval');
     198    if (!is_numeric($interval_val))
     199    {
     200        update_option('fpg_scroll_interval', '7000');
    194201    }
    195202
Note: See TracChangeset for help on using the changeset viewer.