3
1
Back

= $this->alt_textify($article); $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry) { $article['content'] .= "
Alt: $alt_text
"; } } // Least I Could.

New Pull Request