mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-07 22:09:28 +00:00
This backports several GitHub Action improvements and `devDependency` updates to the 5.7 branch. Backports [50432,50435-50436,50479,50485-50487,50545,50579] to the 5.7 branch. See #52667, #52643, #52658, #52660, #52624, #52625. Built from https://develop.svn.wordpress.org/branches/5.7@50584 git-svn-id: http://core.svn.wordpress.org/branches/5.7@50197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2 lines
458 B
JavaScript
2 lines
458 B
JavaScript
/*! This file is auto-generated */
|
|
window.wp=window.wp||{},wp.sanitize={stripTags:function(t){var e=(t=t||"").replace(/<!--[\s\S]*?(-->|$)/g,"").replace(/<(script|style)[^>]*>[\s\S]*?(<\/\1>|$)/gi,"").replace(/<\/?[a-z][\s\S]*?(>|$)/gi,"");return e!==t?wp.sanitize.stripTags(e):e},stripTagsAndEncodeText:function(t){var e=wp.sanitize.stripTags(t),t=document.createElement("textarea");try{t.textContent=e,e=wp.sanitize.stripTags(t.value)}catch(t){}return e}}; |