Twig 3.9.0.
1 unresolved thread
1 unresolved thread
Closes #3441331
Merge request reports
Activity
Filter activity
added 1 commit
- eb2999ce - Swap AbstractNodeVisitor for NodeVisitorInterface.
59 61 } 60 62 61 63 // Start writing with the function to be called. 62 $compiler->write('echo ' . (empty($plural) ? 't' : '\Drupal::translation()->formatPlural') . '('); 64 $compiler->write('yield ' . (empty($plural) ? 't' : '\Drupal::translation()->formatPlural') . '('); changed this line in version 6 of the diff
Please register or sign in to reply