Changeset 48821 for branches/5.5
- Timestamp:
- 08/18/2020 08:38:21 PM (5 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/class-wp-plugins-list-table.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-admin/includes/class-wp-plugins-list-table.php
r48756 r48821 1095 1095 if ( isset( $plugin_data['auto-update-forced'] ) ) { 1096 1096 if ( $plugin_data['auto-update-forced'] ) { 1097 // Forced on 1097 // Forced on. 1098 1098 $text = __( 'Auto-updates enabled' ); 1099 1099 } else { … … 1102 1102 $action = 'unavailable'; 1103 1103 $time_class = ' hidden'; 1104 } elseif ( ! $plugin_data['update-supported']) {1104 } elseif ( empty( $plugin_data['update-supported'] ) ) { 1105 1105 $text = ''; 1106 1106 $action = 'unavailable';
Note: See TracChangeset
for help on using the changeset viewer.