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 */