Removed comments left for testing.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 15 Dec 2015 15:58:02 +0000 (10:58 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 15 Dec 2015 15:58:02 +0000 (10:58 -0500)
glm-member-db.php
models/admin/shortcodes/index.php

index 93bd981..66f7b0a 100644 (file)
@@ -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');
 
 /*
index 0d2dd71..d3cf79c 100644 (file)
@@ -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']."<br>";
 
             // Add their shortcodes descriptions
             if (isset($a['shortcodesDescription'])) {
-echo "Have descr<br>";
                 $shortcodesDescription .= $a['shortcodesDescription'];
             }