3
1
Back

Diameter at the first if(preg_match("@.*()@", $article['content'], $matches)){ $img = $matches[1]; } } // Jesus & Mo elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); } // Least I Could Do.

New Pull Request