git-svn-id: https://develop.svn.wordpress.org/trunk@4727 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-01-13 21:32:33 +00:00
parent f7a60ab956
commit 9af63f6f99
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');
?>