From 5214954488f153ce44bc612c2983df0e9c8af66d Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 12 Sep 2013 17:44:10 +0000 Subject: [PATCH] Twenty Fourteen: fix comment for `twentyfourteen_excerpt_length()`, props SergeyBiryukov. Fixes #25297. Built from https://develop.svn.wordpress.org/trunk@25406 git-svn-id: http://core.svn.wordpress.org/trunk@25335 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfourteen/functions.php b/wp-content/themes/twentyfourteen/functions.php index 03b2131d16..5cdcfbf55f 100644 --- a/wp-content/themes/twentyfourteen/functions.php +++ b/wp-content/themes/twentyfourteen/functions.php @@ -238,7 +238,7 @@ function twentyfourteen_admin_fonts() { add_action( 'admin_print_scripts-appearance_page_custom-header', 'twentyfourteen_admin_fonts' ); /** - * Sets the post excerpt length to 40 words. + * Sets the post excerpt length to 20 words. * * @param int $length * @return int