Update the text in member only template.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 15 Dec 2016 18:56:32 +0000 (13:56 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 15 Dec 2016 18:56:32 +0000 (13:56 -0500)
Changing to Welcome Members

parts/members-sidebar.php
style.css

index 0864dff..d4628c8 100644 (file)
@@ -1,9 +1,9 @@
 <?php if (is_in_tree(get_option("glm_members_database_option_members_only_id"))) { ?>
-    <h4> Join the Chamber </h4>
+    <h4> Welcome Members </h4>
     <?php // glm_side_menu(); ?>
     <?php if (current_user_can("glm_members_member")) { ?>
         <ul>
         <?php glm_members_only_menu(); ?>
         </ul>
     <?php } ?>
-<?php } ?>
\ No newline at end of file
+<?php } ?>
index 8b64872..91da4a1 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: HarborCountry
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for HarborCountry
-Version: 1.0.5
+Version: 1.0.6
 */