Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r34144 r33489  
    864864            $attr['caption'] = trim( $matches[2] );
    865865        }
    866     } elseif ( strpos( $attr['caption'], '<' ) !== false ) {
    867         $attr['caption'] = wp_kses( $attr['caption'], 'post' );
    868866    }
    869867
Note: See TracChangeset for help on using the changeset viewer.