Changeset 3863 for trunk/wp-admin/admin-ajax.php
- Timestamp:
- 06/11/2006 05:55:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-ajax.php
r3679 r3863 213 213 if ( !current_user_can('edit_users') ) 214 214 die('-1'); 215 require_once( ABSPATH . WPINC . '/registration-functions.php');215 require_once(ABSPATH . WPINC . '/registration.php'); 216 216 $user_id = add_user(); 217 217 if ( is_wp_error( $user_id ) ) {
Note: See TracChangeset
for help on using the changeset viewer.