1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-29 01:43:16 +03:00

Merge pull request #98 from will83/patch-1

Update class-plugin-name-admin.php
This commit is contained in:
Tom McFarlin 2013-10-24 11:23:48 -07:00
commit 285e95beab

View file

@ -14,7 +14,7 @@
* administrative side of the WordPress site.
*
* If you're interested in introducing public-facing
* functionality, then refer to `class-plugin-name-admin.php`
* functionality, then refer to `class-plugin-name.php`
*
* TODO: Rename this class to a proper name for your plugin.
*
@ -227,4 +227,4 @@ class Plugin_Name_Admin {
// TODO: Define your filter hook callback here
}
}
}