Changeset 2010699
- Timestamp:
- 01/11/2019 05:32:27 PM (7 years ago)
- File:
-
- 1 edited
-
shopsite-plugin/trunk/shopsite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shopsite-plugin/trunk/shopsite.php
r2010198 r2010699 41 41 register_activation_hook( __FILE__, 'on_activate' ); 42 42 function on_activate() { 43 @add_option('ss_just_activated','yes');43 add_option('ss_just_activated','yes'); 44 44 } 45 45 … … 68 68 delete_option($option); 69 69 } else 70 @add_option('ss_'+$option);70 add_option('ss_'.$option); 71 71 } 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.