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:
parent
6782bb5ec3
commit
4d6a0dfa3e
7 changed files with 27 additions and 28 deletions
|
@ -1,9 +1,7 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Short Description (no period)
|
||||
*
|
||||
* Long Description.
|
||||
* Fired during plugin activation
|
||||
*
|
||||
* @link http://example.com
|
||||
* @since 1.0.0
|
||||
|
@ -13,9 +11,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Short Description. (use period)
|
||||
* Fired during plugin activation.
|
||||
*
|
||||
* Long Description.
|
||||
* This class defines all code necessary to run during the plugin's activation.
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @package Plugin_Name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue