Plugin Directory

Changeset 1327569


Ignore:
Timestamp:
01/13/2016 03:23:08 PM (10 years ago)
Author:
Space_Studio
Message:

Fixed and uninstall error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • click-tweet/trunk/click-and-tweet.php

    r1327561 r1327569  
    241241    public static function uninstall()
    242242    {
    243         delete_option($this->optionName);
     243        delete_option(self::$pluginOptionName);
    244244
    245245        // For site options in Multisite
    246         delete_site_option($this->optionName);
     246        delete_site_option(self::$pluginOptionName);
    247247    }
    248248
Note: See TracChangeset for help on using the changeset viewer.