From 2137001ef04a46c019721a80ed3ab54e81ebcb20 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 23 Oct 2015 11:16:22 -0400 Subject: [PATCH] Added .project to git ignore. Removed wpautop from wp_editor in member info page due to problems with spaces. --- .gitignore | 1 + glm-member-db.php | 6 +++--- views/admin/member/memberInfo.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0fd77687..2b59d87e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Don't save smarty cache directories or files misc/smarty/** media/images/** +.project diff --git a/glm-member-db.php b/glm-member-db.php index 6227dd92..39a15319 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.33 + * Version: 1.0.34 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabase * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.33 + * @version 1.0.34 */ /* @@ -33,7 +33,7 @@ * version when there's a change in the database!! Use the * version nunmber of that release for the DB version. */ -define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.33'); +define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.34'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.0.30'); /* diff --git a/views/admin/member/memberInfo.html b/views/admin/member/memberInfo.html index 02f1884c..73db7e7e 100644 --- a/views/admin/member/memberInfo.html +++ b/views/admin/member/memberInfo.html @@ -134,7 +134,7 @@ wp_editor('{$memberInfo.fieldData.descr|escape:quotes}', 'glm_descr', array( // 'media_buttons' => true, // 'quicktags' => false, - 'wpautop' => false, + // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'descr', 'editor_height' => 200, // Height in px, overrides editor_rows // 'textarea_rows' => 8 -- 2.17.1