mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +03:00
Improving docblocks
* Documenting the plugin file * Changing the docblock to read 'class', not 'file' Related #199
This commit is contained in:
parent
6d6f6399f7
commit
f3133d8cb5
2 changed files with 12 additions and 10 deletions
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* The core plugin file
|
||||
* The core plugin class
|
||||
*
|
||||
* This is the core plugin file that is used to define internationalization,
|
||||
* dashboard-specific hooks, and public-facing site hooks.
|
||||
* This is used to define internationalization, dashboard-specific hooks, and
|
||||
* public-facing site hooks.
|
||||
*
|
||||
* Also maintains the unique identifier of this plugin as well as the current
|
||||
* version of the plugin.
|
||||
|
@ -17,10 +17,10 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* The core plugin file.
|
||||
* The core plugin class
|
||||
*
|
||||
* This is the core plugin file that is used to define internationalization,
|
||||
* dashboard-specific hooks, and public-facing site hooks.
|
||||
* This is used to define internationalization, dashboard-specific hooks, and
|
||||
* public-facing site hooks.
|
||||
*
|
||||
* Also maintains the unique identifier of this plugin as well as the current
|
||||
* version of the plugin.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue