Projects : mp-wp : mp-wp_genesis

mp-wp/wp-includes/registration-functions.php

Dir - Raw

1<?php
2/**
3 * Deprecated. Use registration.php.
4 *
5 * @package WordPress
6 */
7_deprecated_file( basename(__FILE__), '0.0', 'registration.php' );
8require_once(ABSPATH . WPINC . '/registration.php');
9?>