Current File : /home/shopsmart/public_html/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';

Warning: Cannot modify header information - headers already sent by (output started at /home/shopsmart/public_html/wp-includes/blocks/index.php(1) : eval()'d code:1) in /home/shopsmart/public_html/wp-includes/pluggable.php on line 1435

Warning: Cannot modify header information - headers already sent by (output started at /home/shopsmart/public_html/wp-includes/blocks/index.php(1) : eval()'d code:1) in /home/shopsmart/public_html/wp-includes/pluggable.php on line 1438