Changeset 34134 for trunk/src/wp-includes/media.php
- Timestamp:
- 09/14/2015 10:35:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r33954 r34134 871 871 $attr['caption'] = trim( $matches[2] ); 872 872 } 873 } elseif ( strpos( $attr['caption'], '<' ) !== false ) { 874 $attr['caption'] = wp_kses( $attr['caption'], 'post' ); 873 875 } 874 876
Note: See TracChangeset
for help on using the changeset viewer.