Changeset 3862 for trunk/wp-register.php
- Timestamp:
- 06/11/2006 06:43:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-register.php
r3629 r3862 1 1 <?php 2 2 require('./wp-config.php'); 3 require_once( ABSPATH . WPINC . '/registration -functions.php');3 require_once( ABSPATH . WPINC . '/registration.php'); 4 4 5 5 $action = $_REQUEST['action'];
Note: See TracChangeset
for help on using the changeset viewer.