Make WordPress Core

Ticket #63303: 63303.patch

File 63303.patch, 401 bytes (added by dilipbheda, 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  
    88 * @package WordPress
    99 */
    1010
     11/** Make sure that the WordPress bootstrap has run before continuing. */
     12require __DIR__ . '/wp-load.php';
     13
    1114/**
    1215 * Stores the location of the WordPress directory of functions, classes, and core content.
    1316 *