Sign in
webkit
/
WebKit
/
6a75507bb20e3efe56329b5a03fb9a28930d3d04
/
.
/
WebKitSite
/
blog
/
wp-includes
/
registration-functions.php
blob: a1d5ab54f28fb0dd68d104d61c5c7e8341ac54c0 [
file
] [
log
] [
blame
]
<?
php
/**
* Deprecated. Use registration.php.
*
* @package WordPress
*/
_deprecated_file
(
basename
(
__FILE__
),
'0.0'
,
'registration.php'
);
require_once
(
ABSPATH
.
WPINC
.
'/registration.php'
);
?>