1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-28 17:33:16 +03:00

Update class-plugin-name-admin.php

This commit is contained in:
will83 2013-10-24 19:06:37 +02:00
parent cab0e15b08
commit 62769f4225

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
}
}
}