source: trunk/www.guidonia.net/wp/wp-includes/registration-functions.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 200 bytes
Line 
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?>
Note: See TracBrowser for help on using the repository browser.