We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4bf4e commit 0977c0dCopy full SHA for 0977c0d
src/wp-admin/includes/media.php
@@ -3231,7 +3231,7 @@ function edit_form_image_editor( $post ) {
3231
3232
?>
3233
</label>
3234
- <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?>
+ <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?>
3235
3236
</div>
3237
<?php
0 commit comments