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
1 changed files with 2 additions and 2 deletions

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;