Make WordPress Core


Ignore:
Timestamp:
12/02/2010 09:45:47 PM (14 years ago)
Author:
markjaquith
Message:

Standardize around "Update" instead of "Upgrade." props RanYanivHartstein. props latz. fixes #14107

File:
1 edited

Legend:

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

    r16660 r16696  
    16571657
    16581658    // Add a theme header.
    1659     $header = "/*\nTheme Name: $theme_name\nTheme URI: " . __get_option('siteurl') . "\nDescription: A theme automatically created by the upgrade.\nVersion: 1.0\nAuthor: Moi\n*/\n";
     1659    $header = "/*\nTheme Name: $theme_name\nTheme URI: " . __get_option('siteurl') . "\nDescription: A theme automatically created by the update.\nVersion: 1.0\nAuthor: Moi\n*/\n";
    16601660
    16611661    $stylelines = file_get_contents("$site_dir/style.css");
Note: See TracChangeset for help on using the changeset viewer.