Skip to content

Commit

Permalink
Rename main file and add header according to plugin conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
lhausammann committed Oct 4, 2023
1 parent a217aa9 commit 96d7398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php
/**
* @package SRF Weather Widget
*
* Plugin Name: SRF Weather Widget
* Plugin URI: https://mmz-srf.github.io/srf-weather-widget/
/* Plugin Name: SRF Weather Widget
* Plugin URI: https://mmz-srf.github.io/srf-weather-widget/
* Description: Add SRF Weather Widget to your posts or theme.
*/

Expand Down

0 comments on commit 96d7398

Please sign in to comment.