replacing the comments that had the old plugin name develop
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 20 Sep 2017 17:43:20 +0000 (13:43 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 20 Sep 2017 17:43:20 +0000 (13:43 -0400)
index.php

index 675a513..f64144f 100644 (file)
--- 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');
 }