Changeset 47980 for branches/4.8/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 06:50:15 PM (6 years ago)
- File:
-
- 1 edited
-
branches/4.8/src/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8/src/wp-admin/includes/media.php
r40597 r47980 2830 2830 if ( preg_match( '#^(audio|video)/#', $post->post_mime_type ) ) { 2831 2831 echo ': ' . __( 'Displayed on attachment pages.' ); 2832 } ?></label> 2833 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?> 2832 } 2833 2834 ?> 2835 </label> 2836 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 2834 2837 2835 2838 </div>
Note: See TracChangeset
for help on using the changeset viewer.