Changeset 57658 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 02/20/2024 07:25:38 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r57545 r57658 928 928 // Determine the status of plugin dependencies. 929 929 $installed_plugins = get_plugins(); 930 $active_plugins = get_option( 'active_plugins' );930 $active_plugins = get_option( 'active_plugins', array() ); 931 931 $plugin_dependencies_count = count( $requires_plugins ); 932 932 $installed_plugin_dependencies_count = 0;
Note: See TracChangeset
for help on using the changeset viewer.