source:
trunk/www.guidonia.net/wp/wp-includes/registration-functions.php@
44
Last change on this file since 44 was 44, checked in by , 15 years ago | |
---|---|
File size: 200 bytes |
Rev | Line | |
---|---|---|
[44] | 1 | <?php |
2 | /** | |
3 | * Deprecated. Use registration.php. | |
4 | * | |
5 | * @package WordPress | |
6 | */ | |
7 | _deprecated_file( basename(__FILE__), '0.0', 'registration.php' ); | |
8 | require_once(ABSPATH . WPINC . '/registration.php'); | |
9 | ?> |
Note:
See TracBrowser
for help on using the repository browser.