Newer
Older
Import / web / www.xiaofrog.com / wordpress / wp-includes / registration-functions.php
@John Ryland John Ryland on 22 Dec 2020 200 bytes import NUC files
<?php
/**
 * Deprecated. Use registration.php.
 *
 * @package WordPress
 */
_deprecated_file( basename(__FILE__), '0.0', 'registration.php' );
require_once(ABSPATH . WPINC .  '/registration.php');
?>