3
1
Back

Differ // The Oatmeal $entries = $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { $article['content'] = $matches[1]; $img = $matches[1]; } .

New Pull Request