From 2af01cf653e27509c8f02848118bc5a004899539 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Tue, 29 Jul 2014 15:56:12 -0400 Subject: [PATCH] Updating the code comments Making sure that the code comments strictly follow that of the WordPress PHP Documentation Standards --- .../includes/class-plugin-name-activator.php | 21 ++++++++++--------- .../class-plugin-name-deactivator.php | 21 ++++++++++--------- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/plugin-name/trunk/includes/class-plugin-name-activator.php b/plugin-name/trunk/includes/class-plugin-name-activator.php index bbe6b76..92ff886 100644 --- a/plugin-name/trunk/includes/class-plugin-name-activator.php +++ b/plugin-name/trunk/includes/class-plugin-name-activator.php @@ -1,22 +1,23 @@ - * @license GPL-2.0+ - * @link http://example.com - * @copyright 2014 Your Name or Company Name - * @since 1.0.0 */ /** - * Define a short description for what this class does. + * Short Description. (use period) * - * Define a longer description for the purpose of this class. + * Long Description. * + * @since 1.0.0 * @package Plugin_Name * @subpackage Plugin_Name/includes * @author Your Name @@ -24,9 +25,9 @@ class Plugin_Name_Activator { /** - * Short description. (use period) + * Short Description. (use period) * - * Long description. + * Long Description. * * @since 1.0.0 */ diff --git a/plugin-name/trunk/includes/class-plugin-name-deactivator.php b/plugin-name/trunk/includes/class-plugin-name-deactivator.php index 90ed870..eaf8e87 100644 --- a/plugin-name/trunk/includes/class-plugin-name-deactivator.php +++ b/plugin-name/trunk/includes/class-plugin-name-deactivator.php @@ -1,22 +1,23 @@ - * @license GPL-2.0+ - * @link http://example.com - * @copyright 2014 Your Name or Company Name - * @since 1.0.0 */ /** - * Define a short description for what this class does. + * Short Description. (use period) * - * Define a longer description for the purpose of this class. + * Long Description. * + * @since 1.0.0 * @package Plugin_Name * @subpackage Plugin_Name/includes * @author Your Name @@ -24,9 +25,9 @@ class Plugin_Name_Deactivator { /** - * Short description. (use period) + * Short Description. (use period) * - * Long description. + * Long Description. * * @since 1.0.0 */