Changeset 601 for trunk/wp-admin/upgrade-072-to-080.php
- Timestamp:
- 12/11/2003 12:22:36 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
r567 r601 1 1 <?php 2 2 require_once('../wp-config.php'); 3 require(' wp-install-helper.php');3 require('install-helper.php'); 4 4 5 5 $step = $HTTP_GET_VARS['step']; … … 110 110 (`option_id`, `blog_id`, `option_name`, `option_can_override`, `option_type`, `option_value`, `option_width`, `option_height`, `option_description`, `option_admin_level`) 111 111 VALUES 112 ('', '0', 'permalink_structure', 'Y', '3', '', '20', '8', 'How the permalinks for your site are constructed. See <a href=\" wp-options-permalink.php\">permalink options page</a> for necessary mod_rewrite rules and more information.', '8');");112 ('', '0', 'permalink_structure', 'Y', '3', '', '20', '8', 'How the permalinks for your site are constructed. See <a href=\"options-permalink.php\">permalink options page</a> for necessary mod_rewrite rules and more information.', '8');"); 113 113 } 114 114 ?> … … 271 271 ?> 272 272 All done!</p> 273 <p>You are ready to rock ’n roll. <a href="../ b2login.php">Go crazy</a>.</p>273 <p>You are ready to rock ’n roll. <a href="../wp-login.php">Go crazy</a>.</p> 274 274 <?php 275 275 break;
Note: See TracChangeset
for help on using the changeset viewer.