Changeset 35216
- Timestamp:
- 10/16/2015 05:42:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/mce-view.js
r33484 r35216 121 121 // Add the processed piece for the match. 122 122 pieces.push( { 123 content: '<p data-wpview-marker="' + instance.encodedText + '">' + text + '</p>',123 content: instance.ignore ? text : '<p data-wpview-marker="' + instance.encodedText + '">' + text + '</p>', 124 124 processed: true 125 125 } ); … … 817 817 .fail( function( response ) { 818 818 if ( self.url ) { 819 self.ignore = true; 819 820 self.removeMarkers(); 820 821 } else {
Note: See TracChangeset
for help on using the changeset viewer.