Changeset 47973 for branches/4.5/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 06:39:52 PM (6 years ago)
- Location:
- branches/4.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/4.5/src/wp-admin/includes/media.php
r40462 r47973 2795 2795 if ( preg_match( '#^(audio|video)/#', $post->post_mime_type ) ) { 2796 2796 echo ': ' . __( 'Displayed on attachment pages.' ); 2797 } ?></label> 2798 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?> 2797 } 2798 2799 ?> 2800 </label> 2801 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 2799 2802 2800 2803 </div>
Note: See TracChangeset
for help on using the changeset viewer.