diff --git a/wp-includes/theme.php b/wp-includes/theme.php index fcbcefcf8..baaa1ef99 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -166,7 +166,7 @@ function get_template_directory_uri() { * The description will have the tags filtered with the following HTML elements * whitelisted. The 'a' element with the href and title * attributes. The abbr element with the title attribute. The - * acronym element with the title attribute allowed. The + * acronym element with the title attribute allowed. The * code, em, and strong elements also allowed. * * The style.css file must contain theme name, theme URI, and description. The