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

Update uninstall header for consistency

This commit is contained in:
Ulrich Pogson 2014-07-30 21:55:26 +02:00
parent efa4d08df3
commit 67dc6fb7a2

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.