Changeset 47965 for branches/3.8/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 06:22:39 PM (5 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/3.8/src/wp-admin/includes/media.php
r40469 r47965 2408 2408 2409 2409 <label for="content"><strong><?php _e( 'Description' ); ?></strong></label> 2410 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?>2410 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 2411 2411 2412 2412 </div>
Note: See TracChangeset
for help on using the changeset viewer.