mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Changing 'decomment' to 'uncomment'
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
This commit is contained in:
parent
119c874120
commit
7f35f11508
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ class Plugin_Name_Admin {
|
||||||
/*
|
/*
|
||||||
* @TODO :
|
* @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() ) {
|
/* if( ! is_super_admin() ) {
|
||||||
return;
|
return;
|
||||||
|
@ -103,7 +103,7 @@ class Plugin_Name_Admin {
|
||||||
/*
|
/*
|
||||||
* @TODO :
|
* @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() ) {
|
/* if( ! is_super_admin() ) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue