HEX
Server: Apache
System: Linux od-271645 5.10.0-34-amd64 #1 SMP Debian 5.10.234-1 (2025-02-24) x86_64
User: uid321773 (321773)
PHP: 7.4.33
Disabled: exec,passthru,pcntl_exec,popen,proc_open,shell_exec,system
Upload Files
File: /home/clients/bbb9429d2c955389fd046bc4d9eecac2/sites/methode.annecyweb.fr/wp-includes/wp-diff.php
<?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';