Changeset 57617
- Timestamp:
- 02/13/2024 01:00:20 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-plugin-dependencies.php
r57545 r57617 687 687 } 688 688 689 // Bail early if there are no dependents to deactivate. 690 if ( empty( $dependents_to_deactivate ) ) { 691 return; 692 } 693 689 694 $dependents_to_deactivate = array_unique( $dependents_to_deactivate ); 690 695
Note: See TracChangeset
for help on using the changeset viewer.