Ticket #22800: 22800.diff

File 22800.diff, 417 bytes (added by koopersmith, 5 months ago)
Line 
1Index: wp-includes/js/media-editor.js
2===================================================================
3--- wp-includes/js/media-editor.js      (revision 23113)
4+++ wp-includes/js/media-editor.js      (working copy)
5@@ -556,7 +556,7 @@
6                                options = {
7                                        id:           attachment.id,
8                                        post_content: attachment.description,
9-                                       post_excerpt: caption,
10+                                       post_excerpt: caption
11                                };
12 
13                                if ( props.linkUrl )