mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
Changed to 2013
Happy new year!
This commit is contained in:
parent
a4c70806b3
commit
696df14fc8
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Author URI: TODO
|
||||||
Author Email: TODO
|
Author Email: TODO
|
||||||
License:
|
License:
|
||||||
|
|
||||||
Copyright 2012 TODO (email@domain.com)
|
Copyright 2013 TODO (email@domain.com)
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License, version 2, as
|
it under the terms of the GNU General Public License, version 2, as
|
||||||
|
@ -178,4 +178,4 @@ class PluginName {
|
||||||
} // end class
|
} // end class
|
||||||
|
|
||||||
// TODO: Update the instantiation call of your plugin to the name given at the class definition
|
// TODO: Update the instantiation call of your plugin to the name given at the class definition
|
||||||
$plugin_name = new PluginName();
|
$plugin_name = new PluginName();
|
||||||
|
|
Loading…
Reference in a new issue