Make WordPress Core


Ignore:
Timestamp:
10/27/2010 10:46:24 AM (14 years ago)
Author:
nacin
Message:

Move registration.php functions to user.php. Deprecate registration.php, everything is now included by default. fixes #13761.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-new.php

    r15830 r16009  
    1515if ( is_multisite() && !get_site_option( 'add_new_users' ) )
    1616    wp_die( __('Page disabled by the administrator') );
    17 
    18 /** WordPress Registration API */
    19 require_once( ABSPATH . WPINC . '/registration.php');
    2017
    2118if ( is_multisite() ) {
Note: See TracChangeset for help on using the changeset viewer.