Bad cut-and-paste.
git-svn-id: https://develop.svn.wordpress.org/trunk@4728 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9af63f6f99
commit
74e2144f05
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
// Deprecated. Use registration.php.
|
||||
require_once('./registration.php');
|
||||
require_once(ABSPATH . WPINC . '/registration.php');
|
||||
?>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
// Deprecated. Use rss.php instead.
|
||||
require_once (ABSPATH . WPINC . '/registration.php');
|
||||
require_once (ABSPATH . WPINC . '/rss.php');
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user