Changeset 34150 for branches/3.7/src/wp-includes/media.php
- Timestamp:
- 09/14/2015 10:49:09 PM (11 years ago)
- File:
-
- 1 edited
-
branches/3.7/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src/wp-includes/media.php
r25868 r34150 635 635 $attr['caption'] = trim( $matches[2] ); 636 636 } 637 } elseif ( strpos( $attr['caption'], '<' ) !== false ) { 638 $attr['caption'] = wp_kses( $attr['caption'], 'post' ); 637 639 } 638 640
Note: See TracChangeset
for help on using the changeset viewer.