3
1
Back

} else { return $this->mangle_article($article); } function hook_render_article($article) { return $this->mangle_article($article); } function get_img_tags($xpath, $query, $article){ $entries = $xpath->query("//div[@id='signoff-wrapper']"); // Pain Train (to get alt tags textified. } //Sites that provide images and just need alt tags.

New Pull Request