Make WordPress Core

Changeset 4973


Ignore:
Timestamp:
03/07/2007 12:17:58 AM (18 years ago)
Author:
ryan
Message:

Fix wp_die() includes when bailing out in the blog header. Props tacker. fixes #3883

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-blog-header.php

    r4737 r4973  
    66    else $path = 'wp-admin/';
    77
    8   require_once( dirname(__FILE__) . '/wp-includes/functions.php');
    9   wp_die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>. You can <a href='{$path}setup-config.php'>create a <code>wp-config.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file.", "WordPress &rsaquo; Error");
     8    require_once( dirname(__FILE__) . '/wp-includes/classes.php');
     9    require_once( dirname(__FILE__) . '/wp-includes/functions.php');
     10    wp_die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>. You can <a href='{$path}setup-config.php'>create a <code>wp-config.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file.", "WordPress &rsaquo; Error");
    1011}
    1112
Note: See TracChangeset for help on using the changeset viewer.