From b63785bb9ad2496608b1274e88436c4dbeabf2c4 Mon Sep 17 00:00:00 2001 From: e107steved Date: Sat, 28 Jul 2007 16:48:01 +0000 Subject: [PATCH] Set other options in plugin.php as well --- e107_plugins/linkwords/plugin.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/e107_plugins/linkwords/plugin.php b/e107_plugins/linkwords/plugin.php index ee3ef275e..d2f5e9759 100644 --- a/e107_plugins/linkwords/plugin.php +++ b/e107_plugins/linkwords/plugin.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/plugin.php,v $ -| $Revision: 1.2 $ -| $Date: 2007-02-07 21:48:26 $ +| $Revision: 1.3 $ +| $Date: 2007-07-28 16:47:55 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -60,6 +60,8 @@ $eplug_prefs = array( 'summary' => TRUE, 'body' => TRUE, 'description' => TRUE, + 'user_title' => FALSE, + 'user_body' => TRUE, 'linktext' => FALSE, 'rawtext' => FALSE )