diff options
Diffstat (limited to 'wp-includes/registration-functions.php')
-rw-r--r-- | wp-includes/registration-functions.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wp-includes/registration-functions.php b/wp-includes/registration-functions.php new file mode 100644 index 0000000..8dda8f8 --- /dev/null +++ b/wp-includes/registration-functions.php @@ -0,0 +1,9 @@ +<?php +/** + * Deprecated. No longer needed. + * + * @package WordPress + * @deprecated 2.1.0 + */ + +_deprecated_file( basename( __FILE__ ), '2.1.0', '', __( 'This file no longer needs to be included.' ) ); |