- Timestamp:
- 11/14/2017 05:23:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/editor.js
r42175 r42177 1038 1038 text = text.replace( /\r\n|\r/g, '\n' ); 1039 1039 1040 if ( text.indexOf( '\n' ) === -1 ) {1041 return text;1042 }1043 1044 1040 // Remove line breaks from <object>. 1045 1041 if ( text.indexOf( '<object' ) !== -1 ) {
Note: See TracChangeset
for help on using the changeset viewer.