Changeset 3373 for trunk/wp-admin/upgrade-functions.php
- Timestamp:
- 12/28/2005 07:05:05 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-functions.php
r3372 r3373 5 5 // Functions to be called in install and upgrade scripts 6 6 function upgrade_all() { 7 global $wp_current_db_version, $wp_db_version ;7 global $wp_current_db_version, $wp_db_version, $wp_rewrite; 8 8 $wp_current_db_version = __get_option('db_version'); 9 9 … … 34 34 upgrade_160(); 35 35 36 generate_page_rewrite_rules(); 37 save_mod_rewrite_rules(); 36 $wp_rewrite->flush_rules(); 38 37 39 38 update_option('db_version', $wp_db_version);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)