From 7cebb587f784e6bd3aad82ab4df433fff15f88ba Mon Sep 17 00:00:00 2001 From: Michael Moore Date: Thu, 17 Mar 2016 00:02:24 -0500 Subject: [PATCH] Hide 'coming soon' text --- savvymapper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/savvymapper.php b/savvymapper.php index 308e921..0dfbc76 100644 --- a/savvymapper.php +++ b/savvymapper.php @@ -446,8 +446,8 @@ function make_meta_box( $post, $metabox ) { $html .= '
'; $lookup_fields = $connection->get_attribute_names( $mapping ); - $html .= '

Shortcode Cheat Sheet

'; - $html .= '

Coming Soon

'; + // $html .= '

Shortcode Cheat Sheet

'; + // $html .= '

Coming Soon

'; $html .= '';