Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r3679 r3863  
    213213    if ( !current_user_can('edit_users') )
    214214        die('-1');
    215     require_once( ABSPATH . WPINC . '/registration-functions.php');
     215    require_once(ABSPATH . WPINC . '/registration.php');
    216216    $user_id = add_user();
    217217    if ( is_wp_error( $user_id ) ) {
Note: See TracChangeset for help on using the changeset viewer.