3
1
Back

If (preg_match("@.*(.*)@", $article['content'], $matches)) { $img = $matches[1]; $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'comics')]", $article); } elseif (strpos($title_text, $alt_text) !== False) { if (preg_match("@.*(ownerDocument->saveXML($entry) . .

New Pull Request