Changeset 601 for trunk/wp-admin/import-blogger.php
- Timestamp:
- 12/11/2003 12:22:36 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-blogger.php
r570 r601 22 22 23 23 require_once('../wp-config.php'); 24 require_once($abspath.$b2inc.'/ b2template.functions.php');25 require_once($abspath.$b2inc.'/ b2functions.php');26 require_once($abspath.$b2inc.'/ b2vars.php');24 require_once($abspath.$b2inc.'/template-functions.php'); 25 require_once($abspath.$b2inc.'/functions.php'); 26 require_once($abspath.$b2inc.'/vars.php'); 27 27 28 28 ?> … … 34 34 <body> 35 35 <div class="wrap"> 36 <h1>Blogger to <img src="../ b2-img/wpminilogo.png" width="50" height="50" border="0" alt="WordPress" align="top" /></h1>36 <h1>Blogger to <img src="../wp-images/wpminilogo.png" width="50" height="50" border="0" alt="WordPress" align="top" /></h1> 37 37 <p>The importer is running...</p> 38 38 <ul> … … 167 167 <p> </p> 168 168 <p>Completed Blogger to WordPress import!</p> 169 <p>Now you can go and <a href="../ b2login.php">log in</a>, have fun!</p>169 <p>Now you can go and <a href="../wp-login.php">log in</a>, have fun!</p> 170 170 </div> 171 171 </body> … … 185 185 <body> 186 186 <div class="wrap"> 187 <h1>Blogger to <img src="../ b2-img/wpminilogo.png" width="50" height="50" border="0" alt="WordPress" align="top" /></h1>187 <h1>Blogger to <img src="../wp-images/wpminilogo.png" width="50" height="50" border="0" alt="WordPress" align="top" /></h1> 188 188 <p>This is a basic Blogger to WordPress import script.</p> 189 189 <p>What it does:</p>
Note: See TracChangeset
for help on using the changeset viewer.