From 2080bcc0c4e10b0c2e9e18909e82c266464048e3 Mon Sep 17 00:00:00 2001 From: Nicola Mustone Date: Fri, 24 Oct 2014 13:54:51 +0200 Subject: [PATCH] Typo in the system report --- includes/admin/views/html-admin-page-status-report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/views/html-admin-page-status-report.php b/includes/admin/views/html-admin-page-status-report.php index b14e90831f2..541eefee3b3 100644 --- a/includes/admin/views/html-admin-page-status-report.php +++ b/includes/admin/views/html-admin-page-status-report.php @@ -335,7 +335,7 @@ If enabled on your server, Suhosin may need to be configured to increase its dat } if ( $plugin_data['Network'] != false ) { - $network_string = ' – ' . __( 'Network enabled', 'woocommerce' ) . ''; + $network_string = ' – ' . __( 'Network enabled', 'woocommerce' ) . ''; } }