Changeset 47970 for branches/4.2/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 06:35:34 PM (5 years ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/4.2/src/wp-admin/includes/media.php
r40465 r47970 2725 2725 if ( preg_match( '#^(audio|video)/#', $post->post_mime_type ) ) { 2726 2726 echo ': ' . __( 'Displayed on attachment pages.' ); 2727 } ?></label> 2728 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?> 2727 } 2728 2729 ?> 2730 </label> 2731 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 2729 2732 2730 2733 </div>
Note: See TracChangeset
for help on using the changeset viewer.