Make WordPress Core

Ticket #63303: 63303.2.patch

File 63303.2.patch, 330 bytes (added by SirLouen, 8 weeks ago)
  • src/wp-settings.php

    diff --git src/wp-settings.php src/wp-settings.php
    index f5a0929db8..ca6614fcf1 100644
     
    88 * @package WordPress
    99 */
    1010
     11if ( ! defined( 'ABSPATH' ) ) {
     12        die();
     13}
     14
    1115/**
    1216 * Stores the location of the WordPress directory of functions, classes, and core content.
    1317 *