1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-04-19 13:45:35 +03:00

Finalizing code for beta

* Updating DocBlocks
* Fixing typos
* Adjusting whitespace
This commit is contained in:
Tom McFarlin 2014-08-18 17:00:09 -04:00
parent 6782bb5ec3
commit 4d6a0dfa3e
7 changed files with 27 additions and 28 deletions

View file

@ -1,9 +1,7 @@
<?php
/**
* Short Description (no period)
*
* Long Description.
* Fired during plugin deactivation
*
* @link http://example.com
* @since 1.0.0
@ -13,9 +11,9 @@
*/
/**
* Short Description. (use period)
* Fired during plugin deactivation.
*
* Long Description.
* This class defines all code necessary to run during the plugin's deactivation.
*
* @since 1.0.0
* @package Plugin_Name