theme_filter_tips_more_info

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

modules/filter/filter.module, строка 592

Версии
5 – 6
theme_filter_tips_more_info()

Format a link to the more extensive filter tips.

Связанные темы

▾ 1 функция вызывает theme_filter_tips_more_info()

filter_form in modules/filter/filter.module
Generate a selector for choosing a format in a form. See alsofilter_form_validate()

Код

<?php
function theme_filter_tips_more_info() {
  return '<p>'. l(t('More information about formatting options'), 'filter/tips') .'</p>';
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему