Changeset 57658 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 02/20/2024 07:25:38 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r57586 r57658 40 40 41 41 wp_enqueue_script( 'updates' ); 42 43 WP_Plugin_Dependencies::initialize(); 42 44 43 45 if ( $action ) { … … 742 744 743 745 <?php WP_Plugin_Dependencies::display_admin_notice_for_unmet_dependencies(); ?> 744 <?php WP_Plugin_Dependencies::display_admin_notice_for_deactivated_dependents(); ?>745 746 <?php WP_Plugin_Dependencies::display_admin_notice_for_circular_dependencies(); ?> 746 747 <div class="wrap">
Note: See TracChangeset
for help on using the changeset viewer.