From ba83c610f884c3bcd8bdf1f135a4d3081a5b3fed Mon Sep 17 00:00:00 2001 From: Kevin Langley Date: Tue, 27 Jul 2021 14:35:53 -0400 Subject: [PATCH] Removing the dev comment output from the frontend. --- bylines.php | 3 --- includes/dev.php | 12 ------------ 2 files changed, 15 deletions(-) delete mode 100644 includes/dev.php diff --git a/bylines.php b/bylines.php index f9e265f..3c748d1 100644 --- a/bylines.php +++ b/bylines.php @@ -93,6 +93,3 @@ function bylines_action_admin_notices_warn_requirements() { } require_once dirname( __FILE__ ) . '/includes/template-tags.php'; -if ( file_exists( dirname( __FILE__ ) . '/includes/dev.php' ) ) { - require_once dirname( __FILE__ ) . '/includes/dev.php'; -} diff --git a/includes/dev.php b/includes/dev.php deleted file mode 100644 index 0555038..0000000 --- a/includes/dev.php +++ /dev/null @@ -1,12 +0,0 @@ -' . PHP_EOL; - } -);