We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be2c3b commit 08a424cCopy full SHA for 08a424c
includes/admin/feedzy-rss-feeds-actions.php
@@ -530,7 +530,7 @@ private function modify_links() {
530
libxml_use_internal_errors( true );
531
$dom->loadHTML( $content, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD );
532
$xpath = new DOMXPath( $dom );
533
- libxml_clear_errors( true );
+ libxml_clear_errors();
534
// Get all anchors tags.
535
$nodes = $xpath->query( '//a' );
536
0 commit comments