mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-05 23:50:19 +00:00
10 lines
200 B
PHP
10 lines
200 B
PHP
<?php
|
|
/**
|
|
* Deprecated. Use registration.php.
|
|
*
|
|
* @package WordPress
|
|
*/
|
|
_deprecated_file( basename(__FILE__), '0.0', 'registration.php' );
|
|
require_once(ABSPATH . WPINC . '/registration.php');
|
|
?>
|