Make WordPress Core

Changeset 3862 for trunk/wp-register.php


Ignore:
Timestamp:
06/11/2006 06:43:54 AM (19 years ago)
Author:
ryan
Message:

Include file renames. #2525

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-register.php

    r3629 r3862  
    11<?php
    22require('./wp-config.php');
    3 require_once( ABSPATH . WPINC . '/registration-functions.php');
     3require_once( ABSPATH . WPINC . '/registration.php');
    44
    55$action = $_REQUEST['action'];
Note: See TracChangeset for help on using the changeset viewer.