Changeset 47964 for branches/5.0/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 06:21:10 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
- Property svn:mergeinfo changed
/trunk merged: 47948-47951
- Property svn:mergeinfo changed
-
branches/5.0/src/wp-admin/includes/media.php
r42450 r47964 2832 2832 if ( preg_match( '#^(audio|video)/#', $post->post_mime_type ) ) { 2833 2833 echo ': ' . __( 'Displayed on attachment pages.' ); 2834 } ?></label> 2835 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?> 2834 } 2835 2836 ?> 2837 </label> 2838 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 2836 2839 2837 2840 </div>
Note: See TracChangeset
for help on using the changeset viewer.