- Timestamp:
- 08/18/2020 08:36:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r48750 r48820 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.