Как убрать подсказку о тегах разрешённых в комментариях



Чтобы убрать подсказку о фильтрах ввода и ссылку на дополнительную информацию о форматировании, нужно в файл template.php добавить следующую запись:

function phptemplate_filter_tips() {
  return '';
}
function phptemplate_filter_tips_more_info() {
  return '';
}
  • _tips — подсказки.
  • _more_info — дополнительная информация.

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.