Comments

BenL’s picture

Issue summary: View changes

Every time it tries to replace a word, it says:
"Deprecated function: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in Drupal\pirate\Plugin\Filter\Pirate->process() (line 67 of sites/www-dev.arisia.org/modules/pirate/src/Plugin/Filter/Pirate.php)."

  • 139693b committed on 7.x-1.x
    Issue #917254 by sillygwailo: Remove shouts as a temporary measure to...

  • 498f11d committed on 8.x-1.x
    Issue #917254 by sillygwailo: Remove shouts as a temporary measure to...
sillygwailo’s picture

This will require some work involving preg_replace_callback(). For the time being, I removed the /e modifier and the code that it called in the dev versions of the module.

  • sillygwailo committed b247be2 on 8.x-1.x
    Issue #917254 by sillygwailo: Remove shouts as a temporary measure to...