1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-28 01:13:15 +03:00

Merge pull request #198 from grappler/uninstall-header

Update uninstall header for consistency
This commit is contained in:
Tom McFarlin 2014-07-30 16:14:59 -04:00
commit 9b5afad159

View file

@ -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.