Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: import_done

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
559           delete_option('txpid2wpid');
560           delete_option('txpcat2wpcat');
561           delete_option('txpposts2wpposts');
562           delete_option('txpcm2wpcm');
563           delete_option('txplinks2wplinks');
564           delete_option('txpuser');
565           delete_option('txppass');
566           delete_option('txpname');
567           delete_option('txphost');
568           do_action('import_done', 'textpattern');
569           $this->tips();
570      }
571
572      function tips()
573      {
574           echo '<p>'.__('Welcome to WordPress.  We hope (and expect!) that you will find this platform incredibly rewarding!  As a new WordPress user coming from Textpattern, there are some things that we would like to point out.  Hopefully, they will help your transition go as smoothly as possible.').'</p>';
575           echo '<h3>'.__('Users').'</h3>';
576           echo '<p>'.sprintf(__('You have already setup WordPress and have been assigned an administrative login and password.  Forget it.  You didn&#8217;t have that login in Textpattern, why should you have it here?  Instead we have taken care to import all of your users into our system.  Unfortunately there is one downside.  Because both WordPress and Textpattern uses a strong encryption hash with passwords, it is impossible to decrypt it and we are forced to assign temporary passwords to all your users.  <strong>Every user has the same username, but their passwords are reset to password123.</strong>  So <a href="%1$s">log in</a> and change it.'), get_bloginfo( 'wpurl' ) . '/wp-login.php').'</p>';
577           echo '<h3>'.__('Preserving Authors').'</h3>';