Changeset 3862 for trunk/wp-admin/users.php
- Timestamp:
- 06/11/2006 06:43:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r3861 r3862 1 1 <?php 2 2 require_once('admin.php'); 3 require_once( ABSPATH . WPINC . '/registration -functions.php');3 require_once( ABSPATH . WPINC . '/registration.php'); 4 4 5 5 $title = __('Users');
Note: See TracChangeset
for help on using the changeset viewer.