Changeset 22118 for trunk/wp-includes/class-oembed.php
- Timestamp:
- 10/04/2012 08:00:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-oembed.php
r22003 r22118 54 54 55 55 // Fix any embeds that contain new lines in the middle of the HTML which breaks wpautop(). 56 add_filter( 'oembed_dataparse', array( &$this, '_strip_newlines'), 10, 3 );56 add_filter( 'oembed_dataparse', array($this, '_strip_newlines'), 10, 3 ); 57 57 } 58 58
Note: See TracChangeset
for help on using the changeset viewer.