mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
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
This commit is contained in:
parent
acf3ee37e3
commit
5214954488
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user