Make WordPress Core

Ticket #50064: 50064.patch

File 50064.patch, 586 bytes (added by mukesh27, 5 years ago)

Patch.

  • src/js/_enqueues/admin/custom-background.js

     
    127127                                // Grab the selected attachment.
    128128                                var attachment = frame.state().get('selection').first();
    129129
    130                                 // Run an AJAX request to set the background image.
     130                                // Run an Ajax request to set the background image.
    131131                                $.post( ajaxurl, {
    132132                                        action: 'set-background-image',
    133133                                        attachment_id: attachment.id,