Make WordPress Core


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

The great renaming.

File:
1 edited

Legend:

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

    r570 r601  
    66
    77require_once('wp-config.php');
    8 require_once($abspath.$b2inc.'/b2functions.php');
     8require_once($abspath.$b2inc.'/functions.php');
    99
    1010$b2varstoreset = array('action', 'gmpath', 'archivespath');
     
    6464</head>
    6565<body style="margin: 20px;">
    66 <p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="b2-img/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
     66<p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="wp-images/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
    6767<p>The importer is running...</p>
    6868<ul>
     
    240240<p>&nbsp;</p>
    241241<p>Completed GM 2 b2 import !</p>
    242 <p>Now you can go and <a href="b2login.php">log in</a>, have fun !</p>
     242<p>Now you can go and <a href="wp-login.php">log in</a>, have fun !</p>
    243243    <?php
    244244    break;
     
    275275</head>
    276276<body style="margin: 20px;">
    277 <p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="b2-img/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
     277<p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="wp-images/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
    278278<p>This is a basic GreyMatter to b2 import script.</p>
    279279<p>What it does:</p>
Note: See TracChangeset for help on using the changeset viewer.