1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-01 02:43:16 +03:00

Update @copyright date to reflect new year

This commit is contained in:
Chad Warren 2014-01-02 16:44:06 -05:00
parent 4c0f5d2666
commit 36742f327a

View file

@ -6,7 +6,7 @@
* @author Your Name <email@example.com> * @author Your Name <email@example.com>
* @license GPL-2.0+ * @license GPL-2.0+
* @link http://example.com * @link http://example.com
* @copyright 2013 Your Name or Company Name * @copyright 2014 Your Name or Company Name
*/ */
// If uninstall not called from WordPress, then exit // If uninstall not called from WordPress, then exit
@ -14,4 +14,4 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit; exit;
} }
// @TODO: Define uninstall functionality here // @TODO: Define uninstall functionality here