3
1
Back

(preg_match("@.*()@", $article['content'], $matches)) { $article['content'] = $matches[1]; // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { $img = $matches[1]; } } Clean up code formatting; added a few comics; standardized appending alt/title text //also get blog entry.

New Pull Request