Changeset 848

Show
Ignore:
Timestamp:
01/15/07 18:59:54 (2 years ago)
Author:
donncha
Message:

Fix for reported corruption of international characters on signup page (#218)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-signup.php

    r820 r848  
    33define( "WP_INSTALLING", true ); 
    44require ('wp-config.php'); 
     5require('./wp-blog-header.php'); 
    56 
    67require_once( ABSPATH . WPINC . '/registration.php');