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:
parent
589993b783
commit
5049a8f7d6
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue