Ticket #63303: 63303.patch
File 63303.patch, 401 bytes (added by , 2 months ago) |
---|
-
src/wp-settings.php
diff --git a/src/wp-settings.php b/src/wp-settings.php index f5a0929db8..5352bd9130 100644
a b 8 8 * @package WordPress 9 9 */ 10 10 11 /** Make sure that the WordPress bootstrap has run before continuing. */ 12 require __DIR__ . '/wp-load.php'; 13 11 14 /** 12 15 * Stores the location of the WordPress directory of functions, classes, and core content. 13 16 *