3
1
Back

Preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] .= "" . $entry->textContent . "

"; } } // Least I Could Do (wtf image size?) $xpath = $this->get_xpath_dealie($article['link']); // elseif (strpos(strtolower($article['link.

New Pull Request