Ticket #60237: 60237.diff
| File 60237.diff, 435 bytes (added by , 2 years ago) |
|---|
-
src/wp-includes/blocks/index.php
diff --git a/src/wp-includes/blocks/index.php b/src/wp-includes/blocks/index.php index 40967727da..360d14d62d 100644
a b 5 5 * @package WordPress 6 6 */ 7 7 8 // Don't load directly. 9 if ( ! defined( 'ABSPATH' ) ) { 10 die( '-1' ); 11 } 12 8 13 define( 'BLOCKS_PATH', ABSPATH . WPINC . '/blocks/' ); 9 14 10 15 // Include files required for core blocks registration.