diff --git a/classes/Tools/Storage/StorageContentHooks.php b/classes/Tools/Storage/StorageContentHooks.php index 0ae729f7..d62bd364 100644 --- a/classes/Tools/Storage/StorageContentHooks.php +++ b/classes/Tools/Storage/StorageContentHooks.php @@ -270,7 +270,7 @@ public function fixGutenbergFigures($content) { foreach($figures[0] as $figureMatch) { if (preg_match('/]+)>/m', $figureMatch, $imageTagMatch)) { if (preg_match('/\s+src=[\'"]([^\'"]+)[\'"]+/', $imageTagMatch[0], $srcs)) {