Ticket #46702: 46702.patch
File 46702.patch, 585 bytes (added by , 6 years ago) |
---|
-
wp-includes/js/plupload/moxie.js
4904 4904 Returns all headers from the response, with the exception of those whose field name is Set-Cookie or Set-Cookie2. 4905 4905 4906 4906 @method getAllResponseHeaders 4907 @return {String} re ponse headers or empty string4907 @return {String} reponse headers or empty string 4908 4908 */ 4909 4909 getAllResponseHeaders: function() { 4910 4910 return _responseHeaders || '';