Changeset 27097 for trunk/src/wp-includes/media.php
- Timestamp:
- 02/05/2014 01:42:02 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27063 r27097 1234 1234 } 1235 1235 } 1236 1237 if ( ! empty( $content ) ) { 1238 if ( false !== strpos( $content, "\n" ) ) 1239 $content = str_replace( array( "\r\n", "\n", "\t" ), '', $content ); 1240 1241 $html .= trim( $content ); 1242 } 1243 1236 1244 if ( 'mediaelement' === $library ) 1237 1245 $html .= wp_mediaelement_fallback( $fileurl );
Note: See TracChangeset
for help on using the changeset viewer.