diff options
Diffstat (limited to 'srcs/wordpress/wp-includes/registration-functions.php')
| -rw-r--r-- | srcs/wordpress/wp-includes/registration-functions.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/srcs/wordpress/wp-includes/registration-functions.php b/srcs/wordpress/wp-includes/registration-functions.php new file mode 100644 index 0000000..347856e --- /dev/null +++ b/srcs/wordpress/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', null, __( 'This file no longer needs to be included.' ) ); |
