Changeset 14976
- Timestamp:
- 05/27/2010 04:14:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-oembed.php
r14404 r14976 273 273 */ 274 274 function _strip_newlines( $html, $data, $url ) { 275 if ( false !== strpos( "\n", $html) )275 if ( false !== strpos( $html, "\n" ) ) 276 276 $html = str_replace( array( "\r\n", "\n" ), '', $html ); 277 277
Note: See TracChangeset
for help on using the changeset viewer.