From: Steve Sutton Date: Tue, 9 Jun 2015 19:53:23 +0000 (-0400) Subject: Update for allowing screen options on site X-Git-Tag: v1.0.8^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a2230ee59f4b8016b080058b0a1d7737a94dd90d;p=WP-Themes%2FMunising.git Update for allowing screen options on site for the users --- 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 */