Changeset 1330
- Timestamp:
- 06/16/08 15:35:29 (3 months ago)
- Files:
-
- trunk/wp-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-signup.php
r1321 r1330 1 1 <?php 2 2 define( "WP_INSTALLING", true ); 3 require( 'wp-config.php' ); 3 4 /** Sets up the WordPress Environment. */ 5 require( dirname(__FILE__) . '/wp-load.php' ); 4 6 5 7 add_action( 'wp_head', 'signuppageheaders' ) ;
