Make WordPress Core

Ticket #46702: 46702.patch

File 46702.patch, 585 bytes (added by lord_viper, 6 years ago)
  • wp-includes/js/plupload/moxie.js

     
    49044904                        Returns all headers from the response, with the exception of those whose field name is Set-Cookie or Set-Cookie2.
    49054905
    49064906                        @method getAllResponseHeaders
    4907                         @return {String} reponse headers or empty string
     4907                        @return {String} reponse headers or empty string
    49084908                        */
    49094909                        getAllResponseHeaders: function() {
    49104910                                return _responseHeaders || '';