3
1
Back

$content_type); } function hook_render_article($article) { 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("//span[@class='rss-content']"); foreach ($entries as $entry){ $orig_src = $entry->getAttribute('src'); $new_src = $this->rel2abs($orig_src, $article['link']); if ($alt_text .

New Pull Request