Ticket #50064: 50064.patch
File 50064.patch, 586 bytes (added by , 5 years ago) |
---|
-
src/js/_enqueues/admin/custom-background.js
127 127 // Grab the selected attachment. 128 128 var attachment = frame.state().get('selection').first(); 129 129 130 // Run an A JAXrequest to set the background image.130 // Run an Ajax request to set the background image. 131 131 $.post( ajaxurl, { 132 132 action: 'set-background-image', 133 133 attachment_id: attachment.id,