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