From d7a4d83b4624765aef3464abaa52430972fb2a02 Mon Sep 17 00:00:00 2001 From: Nicola Mustone Date: Wed, 1 Apr 2015 15:41:33 +0200 Subject: [PATCH] link to the frontend pages --- includes/admin/views/html-admin-page-status-report.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/includes/admin/views/html-admin-page-status-report.php b/includes/admin/views/html-admin-page-status-report.php index 7ff8b42ea1c..b7341bcf8c1 100644 --- a/includes/admin/views/html-admin-page-status-report.php +++ b/includes/admin/views/html-admin-page-status-report.php @@ -309,12 +309,12 @@ if ( ! defined( 'ABSPATH' ) ) { - + #' . absint( $page_id ) . ' - ' . str_replace( home_url(), '', get_permalink( $page_id ) ) . ''; + if ( ! $error ) { + echo '#' . absint( $page_id ) . ' - ' . str_replace( home_url(), '', get_permalink( $page_id ) ) . ''; + } echo ''; }
() ()