Skip to content
Snippets Groups Projects

Issue #3253735: Backbone manual tree-shake

2 files
+ 19
7
Compare changes
  • Side-by-side
  • Inline
Files
2
  • d7082acf
    Issue #2886615 by scott_euser, clemens.tolboom, quietone, joachim, alexpott,... · d7082acf
    Alex Pott authored
    Issue #2886615 by scott_euser, clemens.tolboom, quietone, joachim, alexpott, Lendude: comment_empty_title_test has invalid hook
@@ -9,6 +9,6 @@
/**
* Implements hook_preprocess_comment().
*/
function comment_empty_titles_test_preprocess_comment(&$variables) {
function comment_empty_title_test_preprocess_comment(&$variables) {
$variables['title'] = '';
}
Loading