Changeset 16696 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 12/02/2010 09:45:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r16660 r16696 1657 1657 1658 1658 // Add a theme header. 1659 $header = "/*\nTheme Name: $theme_name\nTheme URI: " . __get_option('siteurl') . "\nDescription: A theme automatically created by the up grade.\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"; 1660 1660 1661 1661 $stylelines = file_get_contents("$site_dir/style.css");
Note: See TracChangeset
for help on using the changeset viewer.