Changeset 47972 for branches/4.4/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 06:37:42 PM (4 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/4.4/src/wp-admin/includes/media.php
r40463 r47972 2782 2782 if ( preg_match( '#^(audio|video)/#', $post->post_mime_type ) ) { 2783 2783 echo ': ' . __( 'Displayed on attachment pages.' ); 2784 } ?></label> 2785 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?> 2784 } 2785 2786 ?> 2787 </label> 2788 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 2786 2789 2787 2790 </div>
Note: See TracChangeset
for help on using the changeset viewer.