Ticket #24289: 24289.2.diff
File 24289.2.diff, 691 bytes (added by , 12 years ago) |
---|
-
wp-admin/js/post-formats.js
35 35 var $holder, $field, html = wp.media.string.image({ 36 36 size : 'full', 37 37 align : false, 38 link : getUserSetting( 'urlbutton' )38 link : 'none' 39 39 }, attachment.attributes ); 40 40 41 41 $holder = $('.wp-format-media-holder[data-format=image]'); … … 318 318 html = wp.media.string.image({ 319 319 size: 'full', 320 320 align : false, 321 link : getUserSetting( 'urlbutton' )321 link : 'none' 322 322 }, attachment); 323 323 324 324 // set the hidden input's value