function comment_empty_title_test_preprocess_comment
Implements hook_preprocess_comment().
File
-
core/
modules/ comment/ tests/ modules/ comment_empty_title_test/ comment_empty_title_test.module, line 11
Code
function comment_empty_title_test_preprocess_comment(&$variables) {
$variables['title'] = '';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.