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

updating the page-level doc blocks

related #38
This commit is contained in:
Tom McFarlin 2013-05-09 22:20:26 -04:00
parent 4e2a2564a8
commit 6927761a88
2 changed files with 4 additions and 0 deletions

View file

@ -51,6 +51,7 @@ if ( ! defined('PLUGIN_NAME_VERSION' ) ) {
* Use PHPDoc tags if you wish to be able to document the code using a documentation * Use PHPDoc tags if you wish to be able to document the code using a documentation
* generator. * generator.
* *
* @package PluginName
* @version 1.0.0 * @version 1.0.0
*/ */
class PluginName { class PluginName {

View file

@ -1,6 +1,9 @@
<?php <?php
/** /**
* Fired when the plugin is uninstalled. * Fired when the plugin is uninstalled.
*
* @package PluginName
* @since 1.0.0
*/ */
// If uninstall, not called from WordPress exit // If uninstall, not called from WordPress exit