1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-12 00:02:10 +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 <?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.