3
1
Back

= new DOMXpath($doc); $imgs = $xpath->query('//img'); $alt_text = $entry->getAttribute('alt'); $alt_text = trim($entry->getAttribute('alt')); $alt_text = $entry->getAttribute('title'); $alt_text = trim($entry->getAttribute('title')); $result_html .= "
Alt: $alt_text
"; list($html, $content_type) = $this->get_content($link); $xpath .

New Pull Request