Changeset 12535 for trunk/wp-includes/registration-functions.php
- Timestamp:
- 12/24/2009 10:53:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/registration-functions.php
r12534 r12535 5 5 * @package WordPress 6 6 */ 7 _deprecated_file( basename(__FILE__), ' 0.0', WPINC . '/registration.php' );7 _deprecated_file( basename(__FILE__), '2.1', WPINC . '/registration.php' ); 8 8 require_once(ABSPATH . WPINC . '/registration.php'); 9 9 ?>
Note: See TracChangeset
for help on using the changeset viewer.