1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-15 09:42:11 +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. * administrative side of the WordPress site.
* *
* If you're interested in introducing public-facing * 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. * 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 // TODO: Define your filter hook callback here
} }
} }