Changeset 30497 for trunk/src/wp-includes/wp-diff.php
- Timestamp:
- 11/21/2014 03:49:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-diff.php
r30396 r30497 195 195 if ( $encode ) { 196 196 $processed_line = htmlspecialchars( $line ); 197 197 198 /** This filter is documented in wp-includes/wp-diff.php */ 198 199 $line = apply_filters( 'process_text_diff_html', $processed_line, $line, 'deleted' ); … … 221 222 if ( $encode ) { 222 223 $processed_line = htmlspecialchars( $line ); 224 223 225 /** This filter is documented in wp-includes/wp-diff.php */ 224 226 $line = apply_filters( 'process_text_diff_html', $processed_line, $line, 'unchanged' );
Note: See TracChangeset
for help on using the changeset viewer.