Changeset 7971 for trunk/wp-login.php
- Timestamp:
- 05/21/2008 05:59:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r7958 r7971 1 1 <?php 2 require( dirname(__FILE__) . '/wp- config.php' );2 require( dirname(__FILE__) . '/wp-load.php' ); 3 3 4 4 // Rather than duplicating this HTML all over the place, we'll stick it in function
Note: See TracChangeset
for help on using the changeset viewer.