From a44378eafdf2b16e3d127e44511bc5d56f87064c Mon Sep 17 00:00:00 2001 From: iandstewart Date: Wed, 25 May 2011 17:18:23 +0000 Subject: [PATCH] Twenty Eleven: Fix a typo in PHPdoc; Props tenpura; Fixes #17434 git-svn-id: http://svn.automattic.com/wordpress/trunk@18040 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index e8283e23f..0c764d0a7 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -311,7 +311,7 @@ function twentyeleven_admin_header_image() { ?> endif; // twentyeleven_admin_header_image /** - * Sets the post excerpt length to 40 characters. + * Sets the post excerpt length to 40 words. * * To override this length in a child theme, remove the filter and add your own * function tied to the excerpt_length filter hook.