From 7f35f11508ad735143459e6e7d3ba6e01767b569 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Sat, 16 Nov 2013 12:39:42 -0500 Subject: [PATCH] Changing 'decomment' to 'uncomment' Signed-off-by: Tom McFarlin --- plugin-name/admin/class-plugin-name-admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-name/admin/class-plugin-name-admin.php b/plugin-name/admin/class-plugin-name-admin.php index bc461aa..ab3829a 100644 --- a/plugin-name/admin/class-plugin-name-admin.php +++ b/plugin-name/admin/class-plugin-name-admin.php @@ -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;