Changeset 47963 for branches/5.1/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 06:18:25 PM (5 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
- Property svn:mergeinfo changed
/trunk merged: 47948-47951
- Property svn:mergeinfo changed
-
branches/5.1/src/wp-admin/includes/media.php
r44634 r47963 3040 3040 ?> 3041 3041 </label> 3042 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?>3042 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 3043 3043 3044 3044 </div>
Note: See TracChangeset
for help on using the changeset viewer.