web/wp-includes/registration-functions.php
author cavaliet@caf4f556-3d62-0410-8435-a86758001935
Wed, 07 Apr 2010 13:11:04 +0000
changeset 179 cd4c37c65a2c
parent 136 bde1974c263b
child 194 32102edaa81b
permissions -rw-r--r--
(none)

<?php
/**
 * Deprecated. Use registration.php.
 *
 * @package WordPress
 */
_deprecated_file( basename(__FILE__), '0.0', 'registration.php' );
require_once(ABSPATH . WPINC .  '/registration.php');
?>