From 74f17e9850eb77e526c2148ee97045036aa8f409 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 2 Dec 2010 22:56:55 +0000 Subject: [PATCH] Fix typo in PHPdoc. props PeteMall. git-svn-id: http://svn.automattic.com/wordpress/trunk@16697 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index fcbcefcf85..baaa1ef995 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