From bc4ca1d12bcf5e668e8222bf00b87b300d7bfeaf Mon Sep 17 00:00:00 2001 From: NoahY Date: Fri, 21 Oct 2011 07:39:31 +0530 Subject: [PATCH] removed optionfield var --- README.rst | 6 +++--- qa-faq-page.php | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1dbba03..ad360be 100644 --- a/README.rst +++ b/README.rst @@ -11,10 +11,10 @@ Features -------- - add FAQ page via admin/pages -- edit FAQ sections via admin/plugins -- add FAQ sections via admin/plugins using jQuery -- add points-per-activity and priviliges-by-points tables using short-code - show/hide FAQ sections on FAQ page using jQuery +- add points-per-activity and priviliges-by-points tables to faq via admin/plugins using short-code +- edit FAQ sections via admin/plugins +- add FAQ sections and move sections up and down via admin/plugins using jQuery - notify new users to checkout the FAQ - all text and css customizable via admin/plugins diff --git a/qa-faq-page.php b/qa-faq-page.php index 7d9b810..7b47ff9 100644 --- a/qa-faq-page.php +++ b/qa-faq-page.php @@ -124,7 +124,6 @@ function filter_subs($text) { switch ($optionname) { case 'points_multiple': $prefix='×'; - unset($optionfield['note']); break; case 'points_per_q_voted':