3
1
Back

If (preg_match("@.*?(.*)@", $article['content'], $matches)) { $img = $matches[1]; } } // Wondermark (alt tag already present foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']/img", $article); $article['content.

New Pull Request