From 135920036b73b46459c39b78f73e2646d13d8c98 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Sat, 3 May 2014 15:07:24 -0400 Subject: [PATCH] updating the docblocks with clearer descriptions as to what each tag and line should contain. --- plugin-name/trunk/plugin-name.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/plugin-name/trunk/plugin-name.php b/plugin-name/trunk/plugin-name.php index dc309a2..71367eb 100644 --- a/plugin-name/trunk/plugin-name.php +++ b/plugin-name/trunk/plugin-name.php @@ -5,17 +5,19 @@ * * Long Description. * - * @link URL - * @since x.x.x (if available) - * @package TODO + * @package Plugin_Name + * @author Your Name or Company Name + * @license GPL-2.0+ + * @link http://exmaple.com/plugin-name + * @copyright 2014 Your Name or Company Name * * @wordpress-plugin - * Plugin Name: TODO - * Plugin URI: TODO - * Description: TODO - * Version: TODO - * Author: TODO - * Author URI: TODO + * Plugin Name: Plugin Name + * Plugin URI: http://example.com/plugin-name + * Description: This is a short description of what the plugin does. It's displayed in the WordPress dashboard. + * Version: 1.0.0 + * Author: Your Name or Your Company + * Author URI: http://example.com * Text Domain: plugin-name-locale * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -47,5 +49,3 @@ register_activation_hook( __FILE__, array( 'Plugin_Name_Activator', 'activate' ) /** This action is documented in includes/class-plugin-name-deactivator.php */ register_activation_hook( __FILE__, array( 'Plugin_Name_Deactivator', 'deactivate' ) ); - -