Bad cut-and-paste.

git-svn-id: https://develop.svn.wordpress.org/trunk@4728 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-01-14 01:15:32 +00:00
parent 9af63f6f99
commit 74e2144f05
2 changed files with 2 additions and 2 deletions

View File

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

View File

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