Make WordPress Core


Ignore:
Timestamp:
11/21/2014 03:49:43 AM (10 years ago)
Author:
DrewAPicture
Message:

Minor syntactical adjustments to the inline documentation for the revision_text_diff_options hook.

Converts backticked-inline-code to inline @see tags (for the full benefit of Code Reference automagical behavior).

See [30396]. See #24908.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/wp-diff.php

    r30396 r30497  
    195195            if ( $encode ) {
    196196                $processed_line = htmlspecialchars( $line );
     197
    197198                /** This filter is documented in wp-includes/wp-diff.php */
    198199                $line = apply_filters( 'process_text_diff_html', $processed_line, $line, 'deleted' );
     
    221222            if ( $encode ) {
    222223                $processed_line = htmlspecialchars( $line );
     224
    223225                /** This filter is documented in wp-includes/wp-diff.php */
    224226                $line = apply_filters( 'process_text_diff_html', $processed_line, $line, 'unchanged' );
Note: See TracChangeset for help on using the changeset viewer.