Changeset 16009 for trunk/wp-admin/users.php
- Timestamp:
- 10/27/2010 10:46:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r15956 r16009 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once( './admin.php' ); 11 12 /** WordPress Registration API */13 require_once( ABSPATH . WPINC . '/registration.php');14 11 15 12 $wp_list_table = get_list_table('WP_Users_Table');
Note: See TracChangeset
for help on using the changeset viewer.