Show
Ignore:
Timestamp:
05/09/07 16:17:41 (2 years ago)
Author:
ryan
Message:

Include plugin.php before calling wp_die. fixes #4238 for 2.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/wp-blog-header.php

    r4990 r5417  
    88    require_once( dirname(__FILE__) . '/wp-includes/classes.php'); 
    99    require_once( dirname(__FILE__) . '/wp-includes/functions.php'); 
     10    require_once( dirname(__FILE__) . '/wp-includes/plugin.php'); 
    1011    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"); 
    1112}