WordPress — Убираем поле «Можно использовать следующие HTML-теги и атрибуты» из формы комментариев.
Lutskiy, 26 Мар 2016
comment-template.php. Он расположен в папке wp-includes
Найти и удалить в файле следующий код:
‘comment_notes_after’ => ‘<p>’ . sprintf( __( ‘You may use these <abbr title=»HyperText Markup Language»>HTML</abbr> tags and attributes: %s’ ), ‘ <code>’ . allowed_tags() . ‘</code>’ ) . ‘</p>’,
Метки: wordpress
Рубрики: Без рубрики