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/upgrade-072-to-080.php

    r567 r601  
    11<?php
    22require_once('../wp-config.php');
    3 require('wp-install-helper.php');
     3require('install-helper.php');
    44
    55$step = $HTTP_GET_VARS['step'];
     
    110110        (`option_id`, `blog_id`, `option_name`, `option_can_override`, `option_type`, `option_value`, `option_width`, `option_height`, `option_description`, `option_admin_level`)
    111111        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');");
    113113    }
    114114?>
     
    271271?>
    272272 All done!</p>
    273  <p>You are ready to rock &#8217;n roll. <a href="../b2login.php">Go crazy</a>.</p>
     273 <p>You are ready to rock &#8217;n roll. <a href="../wp-login.php">Go crazy</a>.</p>
    274274<?php
    275275    break;
Note: See TracChangeset for help on using the changeset viewer.