updating page-level docblocks to be consistent

related #48
This commit is contained in:
Tom McFarlin 2013-05-16 09:40:25 -04:00
parent d345f74c4d
commit b8c03c083a
3 changed files with 10 additions and 9 deletions

View File

@ -4,9 +4,9 @@
*
* @package PluginName
* @author Your Name <email@example.com>
* @copyright 2013 Your Name or Company Name
* @license GPL-2.0+
* @link http://example.com/plugin-name
* @link example.com
* @copyright 2013 Your Name or Company Name
*/
/**

View File

@ -5,10 +5,11 @@
* A foundation off of which to build well-documented WordPress plugins that also follow
* WordPress coding standards and PHP best practices.
*
* @package PluginName
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link example.com
* @package PluginName
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link example.com
* @copyright 2013 Your Name or Company Name
*
* @wordpress-plugin
* Plugin Name: TODO

View File

@ -3,11 +3,11 @@
* Fired when the plugin is uninstalled.
*
* @package PluginName
* @author TODO
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link TODO
* @link example.com
* @copyright 2013 Your Name or Company Name
* @version 1.0.0
* @since 1.0.0
*/
// If uninstall, not called from WordPress, then exit