Changeset 47959 for branches/5.3/src/wp-admin/includes/media.php
- Timestamp:
- 06/10/2020 05:58:07 PM (6 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-admin/includes/media.php
r46451 r47959 3213 3213 ?> 3214 3214 </label> 3215 <?php wp_editor( $post->post_content, 'attachment_content', $editor_args ); ?>3215 <?php wp_editor( format_to_edit( $post->post_content ), 'attachment_content', $editor_args ); ?> 3216 3216 3217 3217 </div>
Note: See TracChangeset
for help on using the changeset viewer.