constant COMMENT_MODE_FLAT
Comments are displayed in a flat list - expanded.
Archivo
- drupal-7.x/
modules/ comment/ comment.module, line 25 - Enables users to comment on published content.
Código
define('COMMENT_MODE_FLAT', 0)
Comments are displayed in a flat list - expanded.
define('COMMENT_MODE_FLAT', 0)