1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-02 19:33:16 +03:00

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

View file

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