Changeset 483706
- Timestamp:
- 01/03/2012 02:40:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
featured-posts-grid/branches/dev/featured-posts-grid.php
r483690 r483706 192 192 update_option($var, $default); 193 193 } 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'); 194 201 } 195 202
Note: See TracChangeset
for help on using the changeset viewer.