Make WordPress Core

Changeset 8238


Ignore:
Timestamp:
07/02/2008 05:03:55 PM (16 years ago)
Author:
ryan
Message:

Define WP_CONTENT_DIR in setup-config.php. Props sambauers. fixes #7221

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/setup-config.php

    r7971 r8238  
    11<?php
    22define('WP_INSTALLING', true);
    3 //These two defines are required to allow us to use require_wp_db() to load the database class while being wp-content/wp-db.php aware
     3//These three defines are required to allow us to use require_wp_db() to load the database class while being wp-content/wp-db.php aware
    44define('ABSPATH', dirname(dirname(__FILE__)).'/');
    55define('WPINC', 'wp-includes');
     6define('WP_CONTENT_DIR', ABSPATH . 'wp-content');
    67
    78require_once('../wp-includes/compat.php');
Note: See TracChangeset for help on using the changeset viewer.