--- a/web/wp-includes/registration-functions.php Thu Sep 16 15:45:36 2010 +0000
+++ b/web/wp-includes/registration-functions.php Mon Nov 19 18:26:13 2012 +0100
@@ -1,9 +1,7 @@
<?php
/**
- * Deprecated. Use registration.php.
+ * Deprecated. No longer needed.
*
* @package WordPress
*/
-_deprecated_file( basename(__FILE__), '0.0', 'registration.php' );
-require_once(ABSPATH . WPINC . '/registration.php');
-?>
+_deprecated_file( basename(__FILE__), '2.1', null, __( 'This file no longer needs to be included.' ) );