diff --git a/src/wp-includes/post-thumbnail-template.php b/src/wp-includes/post-thumbnail-template.php index 5ebbd452ea..98cf3b6849 100644 --- a/src/wp-includes/post-thumbnail-template.php +++ b/src/wp-includes/post-thumbnail-template.php @@ -123,8 +123,8 @@ function get_the_post_thumbnail( $post = null, $size = 'post-thumbnail', $attr = * * @since 2.9.0 * - * @param string $size The post thumbnail size. Image size or array of width and height - * values (in that order). Default 'post-thumbnail'. + * @param string|array $size The post thumbnail size. Image size or array of width and height + * values (in that order). Default 'post-thumbnail'. */ $size = apply_filters( 'post_thumbnail_size', $size );