1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-07 05:43:15 +03:00

continuing to update all page-level docblocks for consistency

related #48
This commit is contained in:
Tom McFarlin 2013-05-16 09:41:58 -04:00
parent b8c03c083a
commit bfc094ec68
3 changed files with 14 additions and 17 deletions

View file

@ -5,9 +5,8 @@
* @package PluginName
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link example.com
* @link http://example.com
* @copyright 2013 Your Name or Company Name
* @version 1.0.0
*/
// If uninstall, not called from WordPress, then exit

View file

@ -6,10 +6,10 @@
* The User Interface to the end user.
*
* @package PluginName
* @author TODO
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link TODO
* @since 1.0.0
* @link http://example.com
* @copyright 2013 Your Name or Company Name
*/
?>
<div class="wrap">

View file

@ -6,12 +6,10 @@
* frontend of the theme when the plugin is activated.
*
* @package PluginName
* @subpackage views
* @author TODO
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link TODO
* @version 1.0.0
* @since 1.0.0
* @link http://example.com
* @copyright 2013 Your Name or Company Name
*/
?>
<!-- This file is used to markup the public facing aspect of the plugin. -->