- 🇮🇳India sreenivasparuchuri
in the added patch module \Drupal::moduleHandler()->loadInclude is written in wrong way due to this vud.theme.inc not loading
Before: \Drupal::moduleHandler()->loadInclude('inc', 'vud', 'vud.theme');
After \Drupal::moduleHandler()->loadInclude('vud','inc', 'vud.theme');
- last update
over 1 year ago 1 pass - last update
over 1 year ago 1 pass - First commit to issue fork.
- 🇹🇷Turkey sametyaman Turkey
Is there any problem in creating the below branch? I plan to commit to this branch to solve errors related to Drupal 10.
https://git.drupalcode.org/issue/vote_up_down-3300684/-/tree/10.x.1.x
@sreenivasparuchuri I used your d9 updates with cherry-picking. Thank you additionally for your contributions.