Ticket #40635: 40635.4.diff
File 40635.4.diff, 455 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/js/wp-sanitize.js
diff --git src/wp-includes/js/wp-sanitize.js src/wp-includes/js/wp-sanitize.js index 8063c6b3f6..312dab2719 100644
32 32 * 33 33 * @return Sanitized text. False on failure. 34 34 */ 35 s anitizeText: function( text ) {35 stripTagsAndEncodeText: function( text ) { 36 36 var _text = wp.sanitize.stripTags( text ), 37 37 textarea = document.createElement( 'textarea' ); 38 38