Changeset 61382
- Timestamp:
- 12/15/2025 11:30:35 PM (5 weeks ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/plugin-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-admin/includes/plugin-install.php
r60528 r61382 400 400 break; 401 401 case 'install_plugins_featured': 402 echo '<br>'; 402 403 break; 403 404 case 'install_plugins_recommended': … … 409 410 } 410 411 break; 411 }412 if ( isset( $_GET['tab'] ) && 'featured' === $_GET['tab'] ) {413 echo '<br />';414 412 } 415 413 ?>
Note: See TracChangeset
for help on using the changeset viewer.