Changeset 47974 for branches/4.6/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 06:42:10 PM (5 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/4.6/src/wp-admin/includes/media.php
r40461 r47974 2808 2808 if ( preg_match( '#^(audio|video)/#', $post->post_mime_type ) ) { 2809 2809 echo ': ' . __( 'Displayed on attachment pages.' ); 2810 } ?></label> 2811 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?> 2810 } 2811 2812 ?> 2813 </label> 2814 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 2812 2815 2813 2816 </div>
Note: See TracChangeset
for help on using the changeset viewer.