Make WordPress Core


Ignore:
Timestamp:
06/11/2006 05:55:18 PM (20 years ago)
Author:
ryan
Message:

Use the correct filename. Props Mark Jaquith. fixes #2815

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-functions.php

    r3846 r3863  
    66require_once(ABSPATH . '/wp-admin/admin-db.php');
    77require_once(ABSPATH . '/wp-admin/upgrade-schema.php');
    8 require_once(ABSPATH . '/wp-includes/registration-functions.php');
     8require_once(ABSPATH . WPINC . '/registration.php');
    99
    1010if ( !function_exists('wp_install') ) :
Note: See TracChangeset for help on using the changeset viewer.