mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
continuing to update all page-level docblocks for consistency
related #48
This commit is contained in:
parent
b8c03c083a
commit
bfc094ec68
3 changed files with 14 additions and 17 deletions
|
@ -2,12 +2,11 @@
|
||||||
/**
|
/**
|
||||||
* Fired when the plugin is uninstalled.
|
* Fired when the plugin is uninstalled.
|
||||||
*
|
*
|
||||||
* @package PluginName
|
* @package PluginName
|
||||||
* @author Your Name <email@example.com>
|
* @author Your Name <email@example.com>
|
||||||
* @license GPL-2.0+
|
* @license GPL-2.0+
|
||||||
* @link example.com
|
* @link http://example.com
|
||||||
* @copyright 2013 Your Name or Company Name
|
* @copyright 2013 Your Name or Company Name
|
||||||
* @version 1.0.0
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// If uninstall, not called from WordPress, then exit
|
// If uninstall, not called from WordPress, then exit
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
* This includes the header, options, and other information that should provide
|
* This includes the header, options, and other information that should provide
|
||||||
* The User Interface to the end user.
|
* The User Interface to the end user.
|
||||||
*
|
*
|
||||||
* @package PluginName
|
* @package PluginName
|
||||||
* @author TODO
|
* @author Your Name <email@example.com>
|
||||||
* @license GPL-2.0+
|
* @license GPL-2.0+
|
||||||
* @link TODO
|
* @link http://example.com
|
||||||
* @since 1.0.0
|
* @copyright 2013 Your Name or Company Name
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
|
|
|
@ -5,13 +5,11 @@
|
||||||
* This typically includes any information, if any, that is rendered to the
|
* This typically includes any information, if any, that is rendered to the
|
||||||
* frontend of the theme when the plugin is activated.
|
* frontend of the theme when the plugin is activated.
|
||||||
*
|
*
|
||||||
* @package PluginName
|
* @package PluginName
|
||||||
* @subpackage views
|
* @author Your Name <email@example.com>
|
||||||
* @author TODO
|
* @license GPL-2.0+
|
||||||
* @license GPL-2.0+
|
* @link http://example.com
|
||||||
* @link TODO
|
* @copyright 2013 Your Name or Company Name
|
||||||
* @version 1.0.0
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<!-- 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. -->
|
Loading…
Reference in a new issue