3
1
Back

Title and alt tags if (preg_match("@.*()@", $article['content'], $matches)) { if ($img->getAttribute('title')) { $article['content'] = preg_replace("@@", '', $article['content']); // Joy of Tech } // SBMC elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // SBMC.

New Pull Request