diff --git a/wp-includes/post-image-template.php b/wp-includes/post-image-template.php index 10bec133f6..6ae6037ac8 100644 --- a/wp-includes/post-image-template.php +++ b/wp-includes/post-image-template.php @@ -37,7 +37,7 @@ function get_the_post_image( $post_id = NULL, $size = 'thumbnail', $attr = '' ) } else { $html = ''; } - return apply_filters( 'post_image_html', $html, $post_id, $post_image_id ); + return apply_filters( 'post_image_html', $html, $post_id, $post_image_id, $size, $attr ); } ?> \ No newline at end of file