[ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * WordPress Diff bastard child of old MediaWiki Diff Formatter. 4 * 5 * Basically all that remains is the table structure and some method names. 6 * 7 * @package WordPress 8 * @subpackage Diff 9 */ 10 11 if ( ! class_exists( 'Text_Diff', false ) ) { 12 /** Text_Diff class */ 13 require ABSPATH . WPINC . '/Text/Diff.php'; 14 /** Text_Diff_Renderer class */ 15 require ABSPATH . WPINC . '/Text/Diff/Renderer.php'; 16 /** Text_Diff_Renderer_inline class */ 17 require ABSPATH . WPINC . '/Text/Diff/Renderer/inline.php'; 18 } 19 20 require ABSPATH . WPINC . '/class-wp-text-diff-renderer-table.php'; 21 require ABSPATH . WPINC . '/class-wp-text-diff-renderer-inline.php';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |