Changeset 60309 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 06/14/2025 05:02:41 AM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r59902 r60309 2623 2623 if ( isset( $types['ssh'] ) ) { 2624 2624 $hidden_class = ''; 2625 if ( 'ssh' !== $connection_type || empty( $connection_type )) {2625 if ( 'ssh' !== $connection_type ) { 2626 2626 $hidden_class = ' class="hidden"'; 2627 2627 }
Note: See TracChangeset
for help on using the changeset viewer.