Ticket #32006: 32006.patch
| File 32006.patch, 398 bytes (added by , 11 years ago) |
|---|
-
src/wp-includes/js/media-editor.js
880 880 881 881 if ( 'link' === type ) { 882 882 _.defaults( embed, { 883 linkText: embed. linkText,883 linkText: embed.url, 884 884 linkUrl: embed.url 885 885 }); 886 886