Changeset 1933191
- Timestamp:
- 08/30/2018 02:18:34 PM (8 years ago)
- Location:
- level-system
- Files:
-
- 2 edited
-
tags/1.0.0/level_system.php (modified) (1 diff)
-
trunk/level_system.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
level-system/tags/1.0.0/level_system.php
r1930500 r1933191 45 45 Level_system_Activator::activate(); 46 46 require_once plugin_dir_path( __FILE__ ) . 'includes/class-level_system-widgets.php'; 47 Level_system_Widgets::update( );47 Level_system_Widgets::update($new_instance, $old_instance); 48 48 } 49 49 -
level-system/trunk/level_system.php
r1930500 r1933191 45 45 Level_system_Activator::activate(); 46 46 require_once plugin_dir_path( __FILE__ ) . 'includes/class-level_system-widgets.php'; 47 Level_system_Widgets::update( );47 Level_system_Widgets::update($new_instance, $old_instance); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.