Changeset 47954
- Timestamp:
- 06/10/2020 05:43:34 PM (5 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
-
branches/5.4/src/wp-admin/includes/media.php
r47251 r47954 3232 3232 ?> 3233 3233 </label> 3234 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?>3234 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 3235 3235 3236 3236 </div>
Note: See TracChangeset
for help on using the changeset viewer.