mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +03:00
updating the docblocks and adding whitespace to the end of the file
This commit is contained in:
parent
4f2719b2eb
commit
c10b371d67
3 changed files with 35 additions and 34 deletions
|
@ -1,10 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Define a short description for what this class does.
|
||||
* Define a short description for what this class does (no period)
|
||||
*
|
||||
* @since x.x.x
|
||||
* @package TODO
|
||||
* @package Plugin_Name
|
||||
* @subpackage Plugin_Name/admin
|
||||
* @author Your Name <email@example.com>
|
||||
* @license GPL-2.0+
|
||||
* @link http://example.com
|
||||
* @copyright 2014 Your Name or Company Name
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -12,11 +17,9 @@
|
|||
*
|
||||
* Define a longer description for the purpose of this class.
|
||||
*
|
||||
* @package TODO
|
||||
* @author Your Name <your@email.com>
|
||||
* @license GPL-2.0+
|
||||
* @link URL
|
||||
* @copyright 2014 Your Name of Your Company Name
|
||||
* @package Plugin_Name
|
||||
* @subpackage Plugin_Name/admin
|
||||
* @author Your Name <email@example.com>
|
||||
*/
|
||||
class Plugin_Name_Admin {
|
||||
|
||||
|
@ -26,7 +29,6 @@ class Plugin_Name_Admin {
|
|||
* Long description.
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @link URL
|
||||
*/
|
||||
public function enqueue_styles() {
|
||||
|
||||
|
@ -52,7 +54,6 @@ class Plugin_Name_Admin {
|
|||
* Long description.
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @link URL
|
||||
*/
|
||||
public function enqueue_scripts() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue