Make WordPress Core


Ignore:
Timestamp:
10/26/2003 05:25:26 AM (22 years ago)
Author:
saxmatt
Message:

Alpha functionality of new permalink structure as per previous discussions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-072-to-073.php

    r467 r470  
    66if (!$step) $step = 0;
    77if (!step) $step = 0;
     8update_option('blogdescription', 'hahahah');
    89?>
    910<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     
    7778}
    7879
     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');");
    7981?>
    8082  <strong>Done.</strong> </p>
Note: See TracChangeset for help on using the changeset viewer.