Bad cut-and-paste.

git-svn-id: http://svn.automattic.com/wordpress/trunk@4728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-01-14 01:15:32 +00:00
parent 1872907f45
commit 042c574e56
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php <?php
// Deprecated. Use registration.php. // Deprecated. Use registration.php.
require_once('./registration.php'); require_once(ABSPATH . WPINC . '/registration.php');
?> ?>

View File

@ -1,4 +1,4 @@
<?php <?php
// Deprecated. Use rss.php instead. // Deprecated. Use rss.php instead.
require_once (ABSPATH . WPINC . '/registration.php'); require_once (ABSPATH . WPINC . '/rss.php');
?> ?>