diff --git a/wp-includes/feed.php b/wp-includes/feed.php
index f673e91d8b..d0ccdd75da 100644
--- a/wp-includes/feed.php
+++ b/wp-includes/feed.php
@@ -476,7 +476,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" );
}
}
}
@@ -510,7 +510,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" );
}
}
}