1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-04-19 05:35:36 +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

@ -14,7 +14,7 @@
*/
/**
* The core plugin class
* The core plugin class.
*
* This is used to define internationalization, dashboard-specific hooks, and
* public-facing site hooks.
@ -35,7 +35,7 @@ class Plugin_Name {
*
* @since 1.0.0
* @access protected
* @var type Plugin_Name_Loader Maintains and registers all hooks for the plugin.
* @var Plugin_Name_Loader $loader Maintains and registers all hooks for the plugin.
*/
protected $loader;
@ -174,7 +174,7 @@ class Plugin_Name {
}
/**
* Execute the loader to execute all of the hooks with WordPress.
* Run the loader to execute all of the hooks with WordPress.
*
* @since 1.0.0
*/