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

Merge pull request #154 from bluehiveinteractive/master

Update @copyright date to reflect new year
This commit is contained in:
Tom McFarlin 2014-01-03 09:21:12 -08:00
commit 6568f73894
6 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2013 Your Name or Company Name
* @copyright 2014 Your Name or Company Name
*/
/**

View file

@ -9,7 +9,7 @@
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2013 Your Name or Company Name
* @copyright 2014 Your Name or Company Name
*/
?>

View file

@ -9,7 +9,7 @@
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2013 Your Name or Company Name
* @copyright 2014 Your Name or Company Name
*
* @wordpress-plugin
* Plugin Name: @TODO

View file

@ -6,7 +6,7 @@
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2013 Your Name or Company Name
* @copyright 2014 Your Name or Company Name
*/
/**

View file

@ -9,8 +9,8 @@
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @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. -->

View file

@ -6,7 +6,7 @@
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @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
@ -14,4 +14,4 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
// @TODO: Define uninstall functionality here
// @TODO: Define uninstall functionality here