3
1
Back

Size? If(preg_match("@.*()@", $article['content'], $matches)){ $img = $matches[1]; } } // Wondermark (alt tag already present elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { // Two Lumps $orig_content = strip_tags($article['content']); // Awkward Zombie $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // Dilbert elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { // Eat That Toast elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { $article['content'] .= "

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

"; } } // Poly In Pictures elseif.

New Pull Request