3
1
Back

If (preg_match("@.*()@", $article['content'], $matches)) { if (!$alt_text || $alt_text == $article['title'] || strpos($article['title'], $title_text) .

New Pull Request