Make WordPress Core

Ticket #20891: 20891.diff

File 20891.diff, 414 bytes (added by helenyhou, 13 years ago)
  • wp-admin/includes/post.php

     
    11641164                $content_width = $old_content_width;
    11651165        }
    11661166
    1167         return apply_filters( 'admin_post_thumbnail_html', $content );
     1167        return apply_filters( 'admin_post_thumbnail_html', $content, $post_id );
    11681168}
    11691169
    11701170/**