Files
WordPress/wp-includes/registration-functions.php
T

10 lines
210 B
PHP
Raw Normal View History

<?php
/**
* Deprecated. Use registration.php.
*
* @package WordPress
*/
_deprecated_file( basename(__FILE__), '2.1', WPINC . '/registration.php' );
2007-01-14 01:15:32 +00:00
require_once(ABSPATH . WPINC . '/registration.php');
?>