3
1
Back

(preg_match("@.*()@", $article['content'], $matches)) { $article['content'] .= "

" . $entry->textContent . "

"; } } //Sites that provide images and just need alt tags if both exist achewood, gwss fix, fix for when invisiblebread has no bread Pain Train (to get alt tags) // Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $article['content'] = $img; if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] .= "

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

"; } } // Awkward Zombie elseif (strpos($article['link'], 'twolumps.net/d.

New Pull Request