Changeset 27042
- Timestamp:
- 01/27/2014 03:15:29 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r26974 r27042 3569 3569 /** 3570 3570 * Properly strip all HTML tags including script and style 3571 * 3572 * This differs from strip_tags() because it removes the contents of 3573 * the <script> and <style> tags. E.g. strip_tags( '<script>something</script>' ) 3574 * will return 'something'. wp_strip_all_tags will return '' 3571 3575 * 3572 3576 * @since 2.9.0
Note: See TracChangeset
for help on using the changeset viewer.