Changeset 705
- Timestamp:
- 01/03/2004 06:43:35 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-b2.php
r617 r705 1 1 <?php 2 $_wp_installing = 1;3 2 if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. Double check that you updated wp-config.sample.php with the proper database connection information and renamed it to wp-config.php."); 4 3 require_once('../wp-config.php'); … … 22 21 background-image: url(http://wordpress.org/images/wordpress.gif); 23 22 background-repeat: no-repeat; 24 height: 72px;23 height: 60px; 25 24 border-bottom: 4px solid #333; 26 25 } 27 26 #logo a { 28 27 display: block; 29 height: 72px;28 height: 60px; 30 29 } 31 30 #logo a span { … … 44 43 case 0: 45 44 ?> 46 <p>Welcome to WordPress. Since you 're upgrading from b2 everything should be relatively45 <p>Welcome to WordPress. Since you’re upgrading from b2 everything should be relatively 47 46 familiar to you. Here are some notes on upgrading:</p> 48 47 <ul> 49 <li>If you 're using an older version of b2, it's probably a good idea to upgrade48 <li>If you’re using an older version of b2, it's probably a good idea to upgrade 50 49 to at least .61 before making the leap to WordPress.</li> 51 50 <li>The templates are so much better, and there is so much more going on than 52 before it 's probably worth it to start from scratch and work back to your51 before it’s probably worth it to start from scratch and work back to your 53 52 design.</li> 54 53 <li>You need to transfer some of your settings from your old <code>b2config.php</code> … … 59 58 Right now.</li> 60 59 </ul> 61 <p> <code></code>Have you looked at the <a href="../readme.html">readme</a>? If62 you’re all ready, <a href="import-b2.php .php?step=1">let’s go</a>!</p>60 <p>Have you looked at the <a href="../readme.html">readme</a>? If 61 you’re all ready, <a href="import-b2.php?step=1">let’s go</a>!</p> 63 62 <?php 64 63 break; … … 189 188 ?> 190 189 <p>Did you defeat the boss monster at the end? Good, then you’re ready for 191 <a href="import-b2.php .php?step=2">Step 2</a>.</p>190 <a href="import-b2.php?step=2">Step 2</a>.</p> 192 191 <?php 193 192 break; … … 215 214 216 215 $q = $wpdb->query($query); 216 217 217 ?> 218 218 … … 231 231 $query="ALTER TABLE $tableposts DROP post_karma"; 232 232 $q = $wpdb->query($query); 233 233 flush(); 234 234 ?> 235 235 … … 241 241 242 242 $q = $wpdb->query($query); 243 243 upgrade_071(); 244 upgrade_072(); 245 upgrade_100(); 244 246 ?> 245 247 246 248 <p>Don't forget to CHMOD the <code>weblogs.com.changes.cache</code> file and you'll 247 249 be A-okay. Welcome to the family.</p> 248 <p>Now there is one more step to the upgrade process. <a href="upgrade-071-to-072.php">Continue upgrade</a></p> 249 <?php 250 <?php 250 251 break; 251 252 }
Note: See TracChangeset
for help on using the changeset viewer.