Changeset 27097 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 02/05/2014 01:42:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r27094 r27097 3585 3585 /** 3586 3586 * Properly strip all HTML tags including script and style 3587 * 3588 * This differs from strip_tags() because it removes the contents of 3587 * 3588 * This differs from strip_tags() because it removes the contents of 3589 3589 * the <script> and <style> tags. E.g. strip_tags( '<script>something</script>' ) 3590 3590 * will return 'something'. wp_strip_all_tags will return ''
Note: See TracChangeset
for help on using the changeset viewer.