From dc3a29cff371a13fd7a8a4fb67d04db4ae958c54 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 20 Sep 2017 13:43:20 -0400 Subject: [PATCH] replacing the comments that had the old plugin name --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 675a513..f64144f 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ */ /** - * GLM Members Database Buy Sell + * GLM Members Database For Sale * Index * * PHP version 5.5 @@ -128,7 +128,7 @@ function glmMembersForSaleMinVerRequired() { } $glmMembersDatabasePluginVersion = get_option('glmMembersDatabasePluginVersion'); if (version_compare($glmMembersDatabasePluginVersion, GLM_MEMBERS_FOR_SALE_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION) < 0) { - define('GLM_MEMBERS_FOR_SALE_MIN_VERSION_NOTE', "Members DB: $glmMembersDatabasePluginVersion, Buy Sell Requires: ".GLM_MEMBERS_FOR_SALE_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION); + define('GLM_MEMBERS_FOR_SALE_MIN_VERSION_NOTE', "Members DB: $glmMembersDatabasePluginVersion, For Sale Requires: ".GLM_MEMBERS_FOR_SALE_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION); add_action( 'admin_notices', 'glmMembersForSaleMinVerRequired'); deactivate_plugins('/'.GLM_MEMBERS_FOR_SALE_PLUGIN_SLUG.'/'.GLM_MEMBERS_FOR_SALE_PLUGIN_SLUG.'.php'); } -- 2.17.1