mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Merge pull request #154 from bluehiveinteractive/master
Update @copyright date to reflect new year
This commit is contained in:
commit
6568f73894
6 changed files with 8 additions and 8 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -9,7 +9,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
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,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
|
||||||
*
|
*
|
||||||
* @wordpress-plugin
|
* @wordpress-plugin
|
||||||
* Plugin Name: @TODO
|
* Plugin Name: @TODO
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* @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
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- This file is used to markup the public facing aspect of the plugin. -->
|
<!-- This file is used to markup the public facing aspect of the plugin. -->
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue