Changeset 470 for trunk/wp-admin/upgrade-072-to-073.php
- Timestamp:
- 10/26/2003 05:25:26 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade-072-to-073.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-072-to-073.php
r467 r470 6 6 if (!$step) $step = 0; 7 7 if (!step) $step = 0; 8 update_option('blogdescription', 'hahahah'); 8 9 ?> 9 10 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … … 77 78 } 78 79 80 $wpdb->query("INSERT INTO `$tableoptions` (`option_id`, `blog_id`, `option_name`, `option_can_override`, `option_type`, `option_value`, `option_width`, `option_height`, `option_description`, `option_admin_level`) VALUES ('', '0', 'permalink_structure', 'Y', '3', '', '20', '8', 'How the permalinks for your site are constructed.', '8');"); 79 81 ?> 80 82 <strong>Done.</strong> </p>
Note: See TracChangeset
for help on using the changeset viewer.