3
1
Back

"center") { } function get_img_tags($xpath, $query, $article) { $entries = $xpath->query("//div[@id='comic-notes']"); foreach ($entries as $entry){ $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; } } // Invisible Bread (make the bread visible) elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { //also append the blarg post because that's small, interesting.

New Pull Request