Changeset 1327569
- Timestamp:
- 01/13/2016 03:23:08 PM (10 years ago)
- File:
-
- 1 edited
-
click-tweet/trunk/click-and-tweet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
click-tweet/trunk/click-and-tweet.php
r1327561 r1327569 241 241 public static function uninstall() 242 242 { 243 delete_option( $this->optionName);243 delete_option(self::$pluginOptionName); 244 244 245 245 // For site options in Multisite 246 delete_site_option( $this->optionName);246 delete_site_option(self::$pluginOptionName); 247 247 } 248 248
Note: See TracChangeset
for help on using the changeset viewer.