diff --git a/wp-includes/feed.php b/wp-includes/feed.php index 7b1f30c78a..c9ab8b913a 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -475,7 +475,7 @@ function rss_enclosure() { * * @param string $html_link_tag The HTML link tag with a URI and other attributes. */ - echo apply_filters( 'rss_enclosure', '' . "\n" ); + echo apply_filters( 'rss_enclosure', '' . "\n" ); } } } @@ -509,7 +509,7 @@ function atom_enclosure() { * * @param string $html_link_tag The HTML link tag with a URI and other attributes. */ - echo apply_filters( 'atom_enclosure', '' . "\n" ); + echo apply_filters( 'atom_enclosure', '' . "\n" ); } } }