From a2230ee59f4b8016b080058b0a1d7737a94dd90d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 9 Jun 2015 15:53:23 -0400 Subject: [PATCH] Update for allowing screen options on site for the users --- functions.php | 16 +++++++++++++++- style.css | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 726eae4..62ac41e 100644 --- a/functions.php +++ b/functions.php @@ -12,7 +12,8 @@ function setupLeadMenus() && !current_user_can('delete_posts') && is_admin() ) { - echo ''; + } + echo ''; + echo ''; } } add_action('admin_menu', 'setupLeadMenus'); diff --git a/style.css b/style.css index 950f106..3b16bb4 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Munising CVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A custom theme for Munising Convention and Visitor's Bureau. -Version: 1.0.7 +Version: 1.0.8 */ -- 2.17.1