changeset 22 | 8c2e4d02f4ef |
parent 21 | 48c4eec2b7e6 |
21:48c4eec2b7e6 | 22:8c2e4d02f4ef |
---|---|
4 * |
4 * |
5 * @package WordPress |
5 * @package WordPress |
6 * @subpackage Diff |
6 * @subpackage Diff |
7 * @since 4.7.0 |
7 * @since 4.7.0 |
8 */ |
8 */ |
9 |
|
10 // Don't load directly. |
|
11 if ( ! defined( 'ABSPATH' ) ) { |
|
12 die( '-1' ); |
|
13 } |
|
9 |
14 |
10 /** |
15 /** |
11 * Table renderer to display the diff lines. |
16 * Table renderer to display the diff lines. |
12 * |
17 * |
13 * @since 2.6.0 |
18 * @since 2.6.0 |