Changeset 60725 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 09/09/2025 03:32:08 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r60721 r60725 2499 2499 if ( $wp_current_db_version < 60717 ) { 2500 2500 // Switch Hello Dolly from file to directory format. See #53323 2501 $active_plugins = get_option( 'active_plugins');2501 $active_plugins = (array) get_option( 'active_plugins', array() ); 2502 2502 $old_plugin = 'hello.php'; 2503 2503 $new_plugin = 'hello-dolly/hello.php';
Note: See TracChangeset
for help on using the changeset viewer.