Changeset 47969 for branches/4.1/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 06:32:29 PM (5 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/4.1/src/wp-admin/includes/media.php
r40466 r47969 2722 2722 if ( preg_match( '#^(audio|video)/#', $post->post_mime_type ) ) { 2723 2723 echo ': ' . __( 'Displayed on attachment pages.' ); 2724 } ?></label> 2725 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?> 2724 } 2725 2726 ?> 2727 </label> 2728 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 2726 2729 2727 2730 </div>
Note: See TracChangeset
for help on using the changeset viewer.