git-svn-id: http://svn.automattic.com/wordpress/trunk@4727 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-01-13 21:32:33 +00:00
parent c7e3649d78
commit 1872907f45
1 changed files with 1 additions and 1 deletions

View File

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