3
1
Back

After the first if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] .= "" . $entry->textContent . "

"; $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . ""; if (ADD_IDS) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach ($imgs as $img) { if ($title_text == $article['title'] || strpos($article['title'], $alt_text) !== False) { if (strpos($article["content"], "bonus panel!") !== FALSE) { $doc = new DOMXpath($doc); $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ foreach ($imgs as $img) { From 5e32fb4fc0953f2a10f8dc9cf7a0a3653bcbf4f2 Mon Sep 17 00:00:00.

New Pull Request