Loading wp-admin/includes/class-wp-plugins-list-table.php +2 −2 Original line number Diff line number Diff line Loading @@ -1094,14 +1094,14 @@ class WP_Plugins_List_Table extends WP_List_Table { if ( isset( $plugin_data['auto-update-forced'] ) ) { if ( $plugin_data['auto-update-forced'] ) { // Forced on // Forced on. $text = __( 'Auto-updates enabled' ); } else { $text = __( 'Auto-updates disabled' ); } $action = 'unavailable'; $time_class = ' hidden'; } elseif ( ! $plugin_data['update-supported'] ) { } elseif ( empty( $plugin_data['update-supported'] ) ) { $text = ''; $action = 'unavailable'; $time_class = ' hidden'; Loading wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5.1-alpha-48819'; $wp_version = '5.5.1-alpha-48821'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading Loading
wp-admin/includes/class-wp-plugins-list-table.php +2 −2 Original line number Diff line number Diff line Loading @@ -1094,14 +1094,14 @@ class WP_Plugins_List_Table extends WP_List_Table { if ( isset( $plugin_data['auto-update-forced'] ) ) { if ( $plugin_data['auto-update-forced'] ) { // Forced on // Forced on. $text = __( 'Auto-updates enabled' ); } else { $text = __( 'Auto-updates disabled' ); } $action = 'unavailable'; $time_class = ' hidden'; } elseif ( ! $plugin_data['update-supported'] ) { } elseif ( empty( $plugin_data['update-supported'] ) ) { $text = ''; $action = 'unavailable'; $time_class = ' hidden'; Loading
wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5.1-alpha-48819'; $wp_version = '5.5.1-alpha-48821'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading