when I or any user using the default theme (The default Edublogging theme) tries to insert a thumbnail image into a post, clicking the thumbnail generates an error message:
Parse error: syntax error, unexpected T_STRING in /home/blogpeor/public_html/wp-content/themes/default/attachment.php on line 33
lines 30-33 of this file say:
`<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Both Comments and Pings are open ?>
<?php printf(__('You can leave a response, or <?php _e('trackback');?> <?php _e('from your own site');?>.'), '#respond', get_trackback_url()); ?>
Look at this post:
http://peoriastation.blogpeoria.com/2009/07/23/this-is-a-test/
any assistance would be appreciated.