Changes from trunk/src/wp-includes/media.php at r33489 to branches/4.3/src/wp-includes/media.php at r34144
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3/src/wp-includes/media.php
r33489 r34144 864 864 $attr['caption'] = trim( $matches[2] ); 865 865 } 866 } elseif ( strpos( $attr['caption'], '<' ) !== false ) { 867 $attr['caption'] = wp_kses( $attr['caption'], 'post' ); 866 868 } 867 869
Note: See TracChangeset
for help on using the changeset viewer.