- Issue created by @Schoenef
- ๐ฎ๐ณIndia vinodhini.e chennai
vinodhini.e โ made their first commit to this issueโs fork.
Under php 8.3 the following Warning is shown:
Warning: Undefined variable $ignore_tags in Drupal\glossify\GlossifyBase->parseTooltipMatch() (line 151 of modules/contrib/glossify/src/GlossifyBase.php).
Drupal\glossify\GlossifyBase->parseTooltipMatch() (Line: 258)
Drupal\glossify_taxonomy\Plugin\Filter\TaxonomyTooltip->process() (Line: 123)
Drupal\filter\Element\ProcessedText::preRenderText()
call_user_func_array() (Line: 113)
Drupal\Core\Render\Renderer->doTrustedCallback() (Line: 886)
Drupal\Core\Render\Renderer->doCallback() (Line: 431)
Drupal\Core\Render\Renderer->doRender() (Line: 248)
Drupal\Core\Render\Renderer->render() (Line: 484)
Drupal\Core\Template\TwigExtension->escapeFilter() (Line: 231)
...
It looks like the whole code is simply an artefact from en earlyer version. It can be removed I'd say.
Active
3.1
Code
vinodhini.e โ made their first commit to this issueโs fork.