Ticket #22885: 22885.2.diff
File 22885.2.diff, 746 bytes (added by , 12 years ago) |
---|
-
wp-includes/post-thumbnail-template.php
39 39 * 40 40 * @since 2.9.0 41 41 * 42 * @param int$size Optional. Image size. Defaults to 'post-thumbnail', which theme sets using set_post_thumbnail_size( $width, $height, $crop_flag );.42 * @param string|array $size Optional. Image size. Defaults to 'post-thumbnail', which theme sets using set_post_thumbnail_size( $width, $height, $crop_flag );. 43 43 * @param string|array $attr Optional. Query string or array of attributes. 44 44 */ 45 45 function the_post_thumbnail( $size = 'post-thumbnail', $attr = '' ) {