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/users.php

    r15956 r16009  
    99/** WordPress Administration Bootstrap */
    1010require_once( './admin.php' );
    11 
    12 /** WordPress Registration API */
    13 require_once( ABSPATH . WPINC . '/registration.php');
    1411
    1512$wp_list_table = get_list_table('WP_Users_Table');
Note: See TracChangeset for help on using the changeset viewer.