Changeset 47962 for branches/3.7/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 06:15:48 PM (4 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-admin/includes/media.php
r40470 r47962 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.