1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-03 03:43:15 +03:00

Changing 'decomment' to 'uncomment'

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
This commit is contained in:
Tom McFarlin 2013-11-16 12:39:42 -05:00
parent 119c874120
commit 7f35f11508

View file

@ -52,7 +52,7 @@ class Plugin_Name_Admin {
/*
* @TODO :
*
* - Decomment following lines if the admin class should only be available for super admins
* - Uncomment following lines if the admin class should only be available for super admins
*/
/* if( ! is_super_admin() ) {
return;
@ -103,7 +103,7 @@ class Plugin_Name_Admin {
/*
* @TODO :
*
* - Decomment following lines if the admin class should only be available for super admins
* - Uncomment following lines if the admin class should only be available for super admins
*/
/* if( ! is_super_admin() ) {
return;