From d14de1f704cb2ff44a74592b2a6bd245de07442c Mon Sep 17 00:00:00 2001 From: Chris Punches Date: Tue, 12 Jan 2021 18:31:13 -0500 Subject: [PATCH] fixed --- functions.php | 2 -- single.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/functions.php b/functions.php index a962054..7668d0c 100644 --- a/functions.php +++ b/functions.php @@ -124,8 +124,6 @@ function art_ops( $wp_customize ) { ) ) ); - - print("art_ops is executing"); } add_action( 'customize_register', 'art_ops'); diff --git a/single.php b/single.php index cffabb0..6aa06de 100644 --- a/single.php +++ b/single.php @@ -124,7 +124,7 @@ get_header();