Ticket #63303: 63303.2.patch
File 63303.2.patch, 330 bytes (added by , 8 weeks ago) |
---|
-
src/wp-settings.php
diff --git src/wp-settings.php src/wp-settings.php index f5a0929db8..ca6614fcf1 100644
8 8 * @package WordPress 9 9 */ 10 10 11 if ( ! defined( 'ABSPATH' ) ) { 12 die(); 13 } 14 11 15 /** 12 16 * Stores the location of the WordPress directory of functions, classes, and core content. 13 17 *