Skip to content

Commit

Permalink
removed optionfield var
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahY committed Oct 21, 2011
1 parent 1692a07 commit bc4ca1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -11,10 +11,10 @@ Features
-------- --------


- add FAQ page via admin/pages - 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 - 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 - notify new users to checkout the FAQ
- all text and css customizable via admin/plugins - all text and css customizable via admin/plugins


Expand Down
1 change: 0 additions & 1 deletion qa-faq-page.php
Expand Up @@ -124,7 +124,6 @@ function filter_subs($text) {
switch ($optionname) { switch ($optionname) {
case 'points_multiple': case 'points_multiple':
$prefix='×'; $prefix='×';
unset($optionfield['note']);
break; break;


case 'points_per_q_voted': case 'points_per_q_voted':
Expand Down

0 comments on commit bc4ca1d

Please sign in to comment.