mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-30 20:21:37 +01:00
Bad cut-and-paste.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1872907f45
commit
042c574e56
@ -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