From fd772e41fad95e6f68e9d8490e86416686ee273c Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Fri, 15 May 2015 15:19:39 +0100 Subject: [PATCH] Show non existing tables in system status report #8147 --- .../views/html-admin-page-status-report.php | 42 ++++++++++++++++--- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/includes/admin/views/html-admin-page-status-report.php b/includes/admin/views/html-admin-page-status-report.php index 11de32748c5..f4eeddd7490 100644 --- a/includes/admin/views/html-admin-page-status-report.php +++ b/includes/admin/views/html-admin-page-status-report.php @@ -41,11 +41,6 @@ if ( ! defined( 'ABSPATH' ) ) { [?]'; ?> version ); ?> - - : - [?]'; ?> - - : [?]'; ?> @@ -281,6 +276,43 @@ if ( ! defined( 'ABSPATH' ) ) { ?> + + + + + + + + + + + + + + + + + + + + + + +
:[?]'; ?>
 get_var( $wpdb->prepare( "SHOW TABLES LIKE %s;", $wpdb->prefix . $table ) ) !== $wpdb->prefix . $table ? '' . __( 'Table does not exist', 'woocommerce' ) . '' : '✔'; ?>