From bfc094ec687ae155b02a1f7e4070a0c007e57911 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Thu, 16 May 2013 09:41:58 -0400 Subject: [PATCH] continuing to update all page-level docblocks for consistency related #48 --- plugin-name/uninstall.php | 9 ++++----- plugin-name/views/admin.php | 10 +++++----- plugin-name/views/public.php | 12 +++++------- 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/plugin-name/uninstall.php b/plugin-name/uninstall.php index 32285ed..d8ed8d4 100644 --- a/plugin-name/uninstall.php +++ b/plugin-name/uninstall.php @@ -2,12 +2,11 @@ /** * Fired when the plugin is uninstalled. * - * @package PluginName - * @author Your Name - * @license GPL-2.0+ - * @link example.com + * @package PluginName + * @author Your Name + * @license GPL-2.0+ + * @link http://example.com * @copyright 2013 Your Name or Company Name - * @version 1.0.0 */ // If uninstall, not called from WordPress, then exit diff --git a/plugin-name/views/admin.php b/plugin-name/views/admin.php index 92dc429..865ed2b 100644 --- a/plugin-name/views/admin.php +++ b/plugin-name/views/admin.php @@ -5,11 +5,11 @@ * This includes the header, options, and other information that should provide * The User Interface to the end user. * - * @package PluginName - * @author TODO - * @license GPL-2.0+ - * @link TODO - * @since 1.0.0 + * @package PluginName + * @author Your Name + * @license GPL-2.0+ + * @link http://example.com + * @copyright 2013 Your Name or Company Name */ ?>
diff --git a/plugin-name/views/public.php b/plugin-name/views/public.php index a5be0e6..fdd4d80 100644 --- a/plugin-name/views/public.php +++ b/plugin-name/views/public.php @@ -5,13 +5,11 @@ * This typically includes any information, if any, that is rendered to the * frontend of the theme when the plugin is activated. * - * @package PluginName - * @subpackage views - * @author TODO - * @license GPL-2.0+ - * @link TODO - * @version 1.0.0 - * @since 1.0.0 + * @package PluginName + * @author Your Name + * @license GPL-2.0+ + * @link http://example.com + * @copyright 2013 Your Name or Company Name */ ?> \ No newline at end of file