mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
updating the docblocks
This commit is contained in:
parent
135920036b
commit
91273f37d4
3 changed files with 6 additions and 7 deletions
|
@ -3,8 +3,9 @@
|
||||||
/**
|
/**
|
||||||
* Define a short description for what this class does.
|
* Define a short description for what this class does.
|
||||||
*
|
*
|
||||||
* @since x.x.x
|
* @since 1.0.0
|
||||||
* @package TODO
|
* @package Plugin_Name
|
||||||
|
* @subpackage Plugin_Name/public
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -12,11 +13,10 @@
|
||||||
*
|
*
|
||||||
* Define a longer description for the purpose of this class.
|
* Define a longer description for the purpose of this class.
|
||||||
*
|
*
|
||||||
* @package TODO
|
|
||||||
* @author Your Name <your@email.com>
|
* @author Your Name <your@email.com>
|
||||||
* @license GPL-2.0+
|
* @license GPL-2.0+
|
||||||
* @link URL
|
* @link URL
|
||||||
* @copyright 2014 Your Name of Your Company Name
|
* @copyright 2014 Your Name or Company Name
|
||||||
*/
|
*/
|
||||||
class Plugin_Name_Public_Loader {
|
class Plugin_Name_Public_Loader {
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ class Plugin_Name_Public_Loader {
|
||||||
* Long description.
|
* Long description.
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @link URL
|
|
||||||
* @param type $plugin_name_public TODO
|
* @param type $plugin_name_public TODO
|
||||||
*/
|
*/
|
||||||
public function run( $plugin_name_public ) {
|
public function run( $plugin_name_public ) {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* @author Your Name <your@email.com>
|
* @author Your Name <your@email.com>
|
||||||
* @license GPL-2.0+
|
* @license GPL-2.0+
|
||||||
* @link URL
|
* @link URL
|
||||||
* @copyright 2014 Your Name of Your Company Name
|
* @copyright 2014 Your Name or Company Name
|
||||||
*/
|
*/
|
||||||
class Plugin_Name_Public {
|
class Plugin_Name_Public {
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* @author Your Name <your@email.com>
|
* @author Your Name <your@email.com>
|
||||||
* @license GPL-2.0+
|
* @license GPL-2.0+
|
||||||
* @link URL
|
* @link URL
|
||||||
* @copyright 2014 Your Name of Your Company Name
|
* @copyright 2014 Your Name or Company Name
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue