Changeset 6514 for trunk/wp-includes/registration-functions.php
- Timestamp:
- 12/28/2007 09:17:42 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/registration-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/registration-functions.php
r5390 r6514 1 1 <?php 2 2 // Deprecated. Use registration.php. 3 _deprecated_file( basename(__FILE__), '0.0', 'registration.php' ); 3 4 require_once(ABSPATH . WPINC . '/registration.php'); 4 5 ?>
Note: See TracChangeset
for help on using the changeset viewer.