Make WordPress Core


Ignore:
Timestamp:
12/11/2003 12:22:36 AM (22 years ago)
Author:
saxmatt
Message:

The great renaming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import-blogger.php

    r570 r601  
    2222
    2323    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');
    2727
    2828?>
     
    3434<body>
    3535<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>
    3737<p>The importer is running...</p>
    3838<ul>
     
    167167<p>&nbsp;</p>
    168168<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>
    170170</div>
    171171</body>
     
    185185<body>
    186186<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>
    188188<p>This is a basic Blogger to WordPress import script.</p>
    189189<p>What it does:</p>
Note: See TracChangeset for help on using the changeset viewer.