diff --git a/wp-plugin/srf-weather-widget/SrfWeatherWidgetInstallation.php b/wp-plugin/srf-weather-widget/SrfWeatherWidgetInstallation.php index dce479d..d9b0ccb 100644 --- a/wp-plugin/srf-weather-widget/SrfWeatherWidgetInstallation.php +++ b/wp-plugin/srf-weather-widget/SrfWeatherWidgetInstallation.php @@ -4,7 +4,6 @@ class SrfWeatherWidgetInstallation { public function __construct() { - // Hook, um Standardwerte beim Aktivieren des Plugins zu setzen // set defaults after activation register_activation_hook(__FILE__, array(__CLASS__, 'activate')); // remove stuff after deactivation plugin diff --git a/wp-plugin/srf-weather-widget/meteo.php b/wp-plugin/srf-weather-widget/srf-weather-widget.php similarity index 95% rename from wp-plugin/srf-weather-widget/meteo.php rename to wp-plugin/srf-weather-widget/srf-weather-widget.php index 5fb4620..de84a68 100644 --- a/wp-plugin/srf-weather-widget/meteo.php +++ b/wp-plugin/srf-weather-widget/srf-weather-widget.php @@ -1,9 +1,6 @@