Changeset 16009 for trunk/wp-includes/registration-functions.php
- Timestamp:
- 10/27/2010 10:46:24 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/registration-functions.php
r12535 r16009 1 1 <?php 2 2 /** 3 * Deprecated. Use registration.php.3 * Deprecated. No longer needed. 4 4 * 5 5 * @package WordPress 6 6 */ 7 _deprecated_file( basename(__FILE__), '2.1', WPINC . '/registration.php' ); 8 require_once(ABSPATH . WPINC . '/registration.php'); 7 _deprecated_file( basename(__FILE__), '2.1', null, __( 'This file no longer needs to be included.' ) ); 9 8 ?>
Note: See TracChangeset
for help on using the changeset viewer.