- File:
-
- 1 edited
-
trunk/wp-includes/registration-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/registration-functions.php
r16009 r12535 1 1 <?php 2 2 /** 3 * Deprecated. No longer needed.3 * Deprecated. Use registration.php. 4 4 * 5 5 * @package WordPress 6 6 */ 7 _deprecated_file( basename(__FILE__), '2.1', null, __( 'This file no longer needs to be included.' ) ); 7 _deprecated_file( basename(__FILE__), '2.1', WPINC . '/registration.php' ); 8 require_once(ABSPATH . WPINC . '/registration.php'); 8 9 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)