Changeset 47968 for branches/4.0/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 06:28:04 PM (7 months ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/4.0/src/wp-admin/includes/media.php
r40467 r47968 2690 2690 if ( preg_match( '#^(audio|video)/#', $post->post_mime_type ) ) { 2691 2691 echo ': ' . __( 'Displayed on attachment pages.' ); 2692 } ?></label> 2693 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?> 2692 } 2693 2694 ?> 2695 </label> 2696 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 2694 2697 2695 2698 </div>
Note: See TracChangeset
for help on using the changeset viewer.