Changeset 14139 for trunk/wp-signup.php
- Timestamp:
- 04/18/2010 06:14:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-signup.php
r14070 r14139 6 6 add_action( 'wp_head', 'signuppageheaders' ) ; 7 7 8 require( ' wp-blog-header.php' );8 require( './wp-blog-header.php' ); 9 9 require_once( ABSPATH . WPINC . '/registration.php' ); 10 10
Note: See TracChangeset
for help on using the changeset viewer.