mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
When a video shortcode has content in its body, append it as inner HTML in the resulting <video>.
Reverts [27096]. Fixes #26628. See #27016. git-svn-id: https://develop.svn.wordpress.org/trunk@27097 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3584,8 +3584,8 @@ function normalize_whitespace( $str ) {
|
||||
|
||||
/**
|
||||
* Properly strip all HTML tags including script and style
|
||||
*
|
||||
* This differs from strip_tags() because it removes the contents of
|
||||
*
|
||||
* This differs from strip_tags() because it removes the contents of
|
||||
* the <script> and <style> tags. E.g. strip_tags( '<script>something</script>' )
|
||||
* will return 'something'. wp_strip_all_tags will return ''
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user