mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Update uninstall header for consistency
This commit is contained in:
parent
efa4d08df3
commit
67dc6fb7a2
1 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Short Description (no period for file headers)
|
* Short Description (no period)
|
||||||
*
|
*
|
||||||
* Long Description.
|
* Long Description.
|
||||||
*
|
*
|
||||||
* @package Plugin_Name
|
* @link http://example.com
|
||||||
* @link http://example.com
|
* @since 1.0.0
|
||||||
* @since 1.0.0
|
*
|
||||||
|
* @package Plugin_Name
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// If uninstall not called from WordPress, then exit.
|
// If uninstall not called from WordPress, then exit.
|
||||||
|
|
Loading…
Reference in a new issue