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
This commit is contained in:
iandstewart 2011-05-25 17:18:23 +00:00
parent a3b8833e2f
commit a44378eafd
1 changed files with 1 additions and 1 deletions

View File

@ -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.