~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/wp-diff.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
                                $processed_line = htmlspecialchars( $line );
160
160
 
161
161
                                /**
162
 
                                 * Contextually filter a diffed line.
 
162
                                 * Contextually filters a diffed line.
163
163
                                 *
164
164
                                 * Filters TextDiff processing of diffed line. By default, diffs are processed with
165
165
                                 * htmlspecialchars. Use this filter to remove or change the processing. Passes a context
458
458
        }
459
459
 
460
460
        /**
461
 
         * Make private properties readable for backwards compatibility.
 
461
         * Make private properties readable for backward compatibility.
462
462
         *
463
463
         * @since 4.0.0
464
464
         * @access public
473
473
        }
474
474
 
475
475
        /**
476
 
         * Make private properties settable for backwards compatibility.
 
476
         * Make private properties settable for backward compatibility.
477
477
         *
478
478
         * @since 4.0.0
479
479
         * @access public
489
489
        }
490
490
 
491
491
        /**
492
 
         * Make private properties checkable for backwards compatibility.
 
492
         * Make private properties checkable for backward compatibility.
493
493
         *
494
494
         * @since 4.0.0
495
495
         * @access public
504
504
        }
505
505
 
506
506
        /**
507
 
         * Make private properties un-settable for backwards compatibility.
 
507
         * Make private properties un-settable for backward compatibility.
508
508
         *
509
509
         * @since 4.0.0
510
510
         * @access public