mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
Merge pull request #103 from grappler/patch-1
Add TODO for Plugin_Name::VERSION
This commit is contained in:
commit
4242cbe4f1
1 changed files with 8 additions and 0 deletions
|
@ -102,6 +102,10 @@ class Plugin_Name_Admin {
|
|||
/**
|
||||
* Register and enqueue admin-specific style sheet.
|
||||
*
|
||||
* TODO:
|
||||
*
|
||||
* - Rename "Plugin_Name" to the name your plugin
|
||||
*
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @return null Return early if no settings page is registered.
|
||||
|
@ -122,6 +126,10 @@ class Plugin_Name_Admin {
|
|||
/**
|
||||
* Register and enqueue admin-specific JavaScript.
|
||||
*
|
||||
* TODO:
|
||||
*
|
||||
* - Rename "Plugin_Name" to the name your plugin
|
||||
*
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @return null Return early if no settings page is registered.
|
||||
|
|
Loading…
Reference in a new issue