From 9f71476166fda393b5895ac1ee722714e60da6ca Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Fri, 25 Apr 2014 19:00:08 -0400 Subject: [PATCH] updating the docblocks to the match the wpcs http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/ Signed-off-by: Tom McFarlin --- plugin-name/trunk/plugin-name.php | 14 +++++++------- plugin-name/trunk/uninstall.php | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/plugin-name/trunk/plugin-name.php b/plugin-name/trunk/plugin-name.php index d29e150..10a08cd 100644 --- a/plugin-name/trunk/plugin-name.php +++ b/plugin-name/trunk/plugin-name.php @@ -1,14 +1,14 @@ - * @license GPL-2.0+ - * @link http://example.com - * @copyright 2014 Your Name or Company Name + * @link URL + * @since x.x.x (if available) + * + * @package WordPress + * @subpackage Component * * @wordpress-plugin * Plugin Name: TODO diff --git a/plugin-name/trunk/uninstall.php b/plugin-name/trunk/uninstall.php index 55f8bfd..378c2ce 100644 --- a/plugin-name/trunk/uninstall.php +++ b/plugin-name/trunk/uninstall.php @@ -1,14 +1,14 @@ - * @license GPL-2.0+ - * @link http://example.com - * @copyright 2014 Your Name or Company Name + * @link URL + * @since x.x.x (if available) + * + * @package WordPress + * @subpackage Component */ // If uninstall not called from WordPress, then exit.