In faq.module, a help text is introduced:

<?php
case "node/add/faq":
  return t("Add a question and answer to a FAQ list.");
?>

Why is this here? The same text can be added from Drupal UI as submission guideline. The problem with this approach is that it cannot be disabled and will show alongside with the submission guideline. I propose that those lines should be removed and maybe find a way to add them as default value for the submission guideline.

Comments

stella’s picture

Version: 6.x-1.9 » 6.x-1.x-dev
Status: Active » Fixed

This has been removed in the latest dev versions for D6 and D7 branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.