Hi, If you haven’t figured it out yet here is what to do:
open /wp-admin/includes/media.php
change:
‘post_excerpt’ => array(
‘label’ => __(‘Caption’),
‘value’ => $edit_post->post_excerpt,
to:
‘post_excerpt’ => array(
‘label’ => __(‘Caption’),
‘value’ => $edit_post->post_content,
The change is on line 948 in wordpress 2.7, not sure about 2.5, but it should be near there.
If you get some time I’d love to pick your brain about wordpress any how it has been working for your school.