Make WordPress Core


Ignore:
Timestamp:
09/03/2011 02:18:10 PM (13 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-admin/). See #18560.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/upgrade.php

    r18552 r18632  
    577577    if (!$got_gmt_fields) {
    578578
    579         // Add or substract time to all dates, to get GMT dates
     579        // Add or subtract time to all dates, to get GMT dates
    580580        $add_hours = intval($diff_gmt_weblogger);
    581581        $add_minutes = intval(60 * ($diff_gmt_weblogger - $add_hours));
     
    16081608
    16091609    // Copy files from the old locations to the site theme.
    1610     // TODO: This does not copy arbitarary include dependencies.  Only the
     1610    // TODO: This does not copy arbitrary include dependencies.  Only the
    16111611    // standard WP files are copied.
    16121612    $files = array('index.php' => 'index.php', 'wp-layout.css' => 'style.css', 'wp-comments.php' => 'comments.php', 'wp-comments-popup.php' => 'comments-popup.php');
Note: See TracChangeset for help on using the changeset viewer.