fix missing thumbnail radio button for inserting into post. Props andy. see #5911

git-svn-id: http://svn.automattic.com/wordpress/trunk@7177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-06 23:40:21 +00:00
parent 589993b783
commit 5049a8f7d6
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ function image_attachment_fields_to_edit($form_fields, $post) {
$form_fields['post_content']['label'] = __('Long Description');
$thumb = wp_get_attachment_thumb_url();
$thumb = wp_get_attachment_thumb_url($post->ID);
$form_fields['align'] = array(
'label' => __('Alignment'),