Changeset 7796 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 04/24/2008 12:19:09 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/upgrade.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r7658 r7796 202 202 if ( $wp_current_db_version < 7499 ) 203 203 upgrade_250(); 204 205 if ( $wp_current_db_version < 7796 ) 206 upgrade_251(); 204 207 205 208 maybe_disable_automattic_widgets(); … … 722 725 } 723 726 727 } 728 729 function upgrade_251() { 730 global $wp_current_db_version; 731 732 // Make the secret longer 733 update_option('secret', wp_generate_password(64)); 724 734 } 725 735
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)