This website requires JavaScript.
Explore
Help
Sign In
WordPress-C
/
WordPress
mirror of
https://github.com/WordPress/WordPress.git
Watch
1
Star
0
Fork
You've already forked WordPress
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f0b39c1b5c
WordPress
/
wp-includes
/
registration-functions.php
5 lines
101 B
PHP
Raw
Normal View
History
Unescape
Escape
Add some back compat files and vars. Use is deprecated. git-svn-id: http://svn.automattic.com/wordpress/trunk@4726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-01-13 16:23:41 -05:00
<
?
php
// Deprecated. Use registration.php.
Bad cut-and-paste. git-svn-id: http://svn.automattic.com/wordpress/trunk@4728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-01-13 20:15:32 -05:00
require_once
(
ABSPATH
.
WPINC
.
'/registration.php'
);
Add some back compat files and vars. Use is deprecated. git-svn-id: http://svn.automattic.com/wordpress/trunk@4726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-01-13 16:23:41 -05:00
?>