1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-20 04:02:10 +03:00

Add TODO for Plugin_Name::VERSION

This commit is contained in:
Ulrich Pogson 2013-10-27 20:55:36 +01:00
parent 8881946c1d
commit 037e246074

View file

@ -101,6 +101,10 @@ class Plugin_Name_Admin {
/** /**
* Register and enqueue admin-specific style sheet. * Register and enqueue admin-specific style sheet.
*
* TODO:
*
* - Rename "Plugin_Name" to the name your plugin
* *
* @since 1.0.0 * @since 1.0.0
* *
@ -121,6 +125,10 @@ class Plugin_Name_Admin {
/** /**
* Register and enqueue admin-specific JavaScript. * Register and enqueue admin-specific JavaScript.
*
* TODO:
*
* - Rename "Plugin_Name" to the name your plugin
* *
* @since 1.0.0 * @since 1.0.0
* *