Changeset 4211 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 09/23/2006 06:02:45 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r4210 r4211 2017 2017 function update_home_siteurl($old_value, $value) { 2018 2018 global $wp_rewrite, $user_login, $user_pass_md5; 2019 2020 if ( defined("WP_INSTALLING") ) 2021 return; 2022 2019 2023 // If home changed, write rewrite rules to new location. 2020 2024 $wp_rewrite->flush_rules();
Note: See TracChangeset
for help on using the changeset viewer.