Changeset 56176 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 07/09/2023 08:05:43 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r55276 r56176 487 487 } else { 488 488 $key = array_keys( $installed_plugin ); 489 // Use the first plugin regardless of the name. 490 // Could have issues for multiple plugins in one directory if they share different version numbers. 489 /* 490 * Use the first plugin regardless of the name. 491 * Could have issues for multiple plugins in one directory if they share different version numbers. 492 */ 491 493 $key = reset( $key ); 492 494
Note: See TracChangeset
for help on using the changeset viewer.