From: Chuck Scott Date: Tue, 15 Dec 2015 15:58:02 +0000 (-0500) Subject: Removed comments left for testing. X-Git-Tag: v1.0.50^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1b5cb7f2ee40c98e128094a4d02b6d97e5b45703;p=WP-Plugins%2Fglm-member-db.git Removed comments left for testing. --- 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']; }