Changeset 47982 for branches/4.3/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 07:03:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3/src/wp-admin/includes/media.php
r40464 r47982 2767 2767 if ( preg_match( '#^(audio|video)/#', $post->post_mime_type ) ) { 2768 2768 echo ': ' . __( 'Displayed on attachment pages.' ); 2769 } ?></label> 2770 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?> 2769 } 2770 2771 ?> 2772 </label> 2773 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 2771 2774 2772 2775 </div>
Note: See TracChangeset
for help on using the changeset viewer.