Skip to content

Commit

Permalink
fix plugin comments
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed May 23, 2022
1 parent 51eb56f commit 33dda2e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions schedule-terms.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* Plugin Name: schedule-terms
* Plugin Name: Schedule Terms
* Plugin URI: https://github.com/hamworks/schedule-terms
* Description: schedule-terms
* Author: HAMWORKS
* Description: Automatically set and unset the term when the time is up.
* Author: Toro_Unit, HAMWORKS
* Author URI: https://ham.works
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -12,9 +12,11 @@
* Version: 1.1.1
*
* @package Schedule_Terms
*
*/



use HAMWORKS\WP\Schedule_Terms\Plugin;

require_once __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit 33dda2e

Please sign in to comment.