| Server IP : 206.188.192.238 / Your IP : 216.73.217.120 Web Server : Apache System : Linux prod-iad-vuxweb1501d 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64 User : 5595554.6694877 ( 4100086) PHP Version : 8.0.30 Disable Function : shell_exec,passthru,exec,system,pcntl_exec MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /data/2/5/106/65/5595554/user/6694877/htdocs/wp-includes/ |
Upload File : |
<?php
/**
* WordPress Diff bastard child of old MediaWiki Diff Formatter.
*
* Basically all that remains is the table structure and some method names.
*
* @package WordPress
* @subpackage Diff
*/
if ( ! class_exists( 'Text_Diff', false ) ) {
/** Text_Diff class */
require( ABSPATH . WPINC . '/Text/Diff.php' );
/** Text_Diff_Renderer class */
require( ABSPATH . WPINC . '/Text/Diff/Renderer.php' );
/** Text_Diff_Renderer_inline class */
require( ABSPATH . WPINC . '/Text/Diff/Renderer/inline.php' );
}
require( ABSPATH . WPINC . '/class-wp-text-diff-renderer-table.php' );
require( ABSPATH . WPINC . '/class-wp-text-diff-renderer-inline.php' );