Changeset 194679
- Timestamp:
- 01/17/2010 03:17:31 AM (16 years ago)
- File:
-
- 1 edited
-
wp-slimbox2/trunk/adminmenu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-slimbox2/trunk/adminmenu.php
r194136 r194679 51 51 delete_option('wp_slimbox_maintenance'); 52 52 delete_option('wp_slimbox_cache'); 53 } else if (!$options->get_option('autoload')){ 53 } else if (!$options->get_option('autoload')){// new plugin users get all defaults loaded 54 54 $options->init_option(array( 55 55 'autoload' => 'off', … … 78 78 )); 79 79 } 80 //THIS SECTION DOESN"T APPEAR TO WORK CORRECTLY! 81 if (!$options->get_option('caption')){ 80 if (!$options->get_option('caption')){//upgraders get the new options and defaults added 82 81 $options->update_option(array( 83 82 'caption' => array('a-title','img-alt','img-title','href'),
Note: See TracChangeset
for help on using the changeset viewer.