Changeset 632
- Timestamp:
- 12/19/2003 12:41:33 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade-072-to-080.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-072-to-080.php
r614 r632 235 235 ?> 236 236 <p>Comment spammers should now watch out for you.</p> 237 <p>See, that didn’t hurt a bit (again). Now on to the <a href="upgrade-072-to-080.php?step=3"> finalstep</a>.</p>237 <p>See, that didn’t hurt a bit (again). Now on to the <a href="upgrade-072-to-080.php?step=3">next step</a>.</p> 238 238 <?php 239 239 break; … … 242 242 243 243 <h1>Step 3</h1> 244 <p>This is the final step, and the most exciting. We’re going to make it so each post can now have multiple categories. Hold on tight.</p>244 <p>This is a most exciting step. We’re going to make it so each post can now have multiple categories. Hold on tight.</p> 245 245 <?php 246 246 // Create post2cat table … … 281 281 ?> 282 282 All done!</p> 283 <p>You are ready to rock ’n roll. <a href="upgrade-072-to-080.php?step=4">Next step</a>.</p> 284 <?php 285 break; 286 case 4: 287 ?> 288 289 <h1>Step 4</h1> 290 <p>This is the final step. We’re going to update the paths for the default links images that have moved.</p> 291 <p>If you do not still have the default settings it will <strong>not</strong> make any changes.</p> 292 <?php 293 $wpdb->query("UPDATE $tableoptions SET option_value = REPLACE(option_value, 'wp-links/links-images/', 'wp-images/links/') 294 WHERE option_name LIKE 'links_rating_image%' 295 AND option_value LIKE 'wp-links/links-images/%'"); 296 ?> 297 <p>All done!</p> 283 298 <p>You are ready to rock ’n roll. <a href="../wp-login.php">Go crazy</a>.</p> 284 299 <?php
Note: See TracChangeset
for help on using the changeset viewer.