s/thumbnail/post-thumbnail/. props PeteMall, fixes #19804.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19750 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-01-25 00:21:02 +00:00
parent b96deccca8
commit 68feb8ef19
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ function update_post_thumbnail_cache() {
* @since 2.9.0
*
* @param int $post_id Optional. Post ID.
* @param string $size Optional. Image size. Defaults to 'thumbnail'.
* @param string $size Optional. Image size. Defaults to 'post-thumbnail'.
* @param string|array $attr Optional. Query string or array of attributes.
*/
function get_the_post_thumbnail( $post_id = null, $size = 'post-thumbnail', $attr = '' ) {