|
Open feedwordpress.php.
Change line 41 from
require_once (ABSPATH . WPINC . '/rss-functions.php');
to
require_once (ABSPATH . WPINC . '/rss.php');
and change line 44 from
require_once (ABSPATH . WPINC . '/registration-functions.php');
to
require_once (ABSPATH . WPINC . '/registration.php');
|