From 1b5cb7f2ee40c98e128094a4d02b6d97e5b45703 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 15 Dec 2015 10:58:02 -0500 Subject: [PATCH] Removed comments left for testing. --- glm-member-db.php | 4 ++-- models/admin/shortcodes/index.php | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/glm-member-db.php b/glm-member-db.php index 93bd981d..66f7b0a2 100644 --- a/glm-member-db.php +++ b/glm-member-db.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.0.49 + * Version: 1.0.50 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -36,7 +36,7 @@ * the current version. */ -define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.49'); +define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.50'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.0.43'); /* diff --git a/models/admin/shortcodes/index.php b/models/admin/shortcodes/index.php index 0d2dd717..d3cf79c2 100644 --- a/models/admin/shortcodes/index.php +++ b/models/admin/shortcodes/index.php @@ -71,11 +71,9 @@ class GlmMembersAdmin_shortcodes_index // For each add-on that's registered foreach ($this->config['addOns'] as $a) { -echo "Addon: ".$a['name']."
"; // Add their shortcodes descriptions if (isset($a['shortcodesDescription'])) { -echo "Have descr
"; $shortcodesDescription .= $a['shortcodesDescription']; } -- 2.17.1