From 9feebb2fca385b7adf8d63a8774ecb4657cabe39 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 28 Feb 2017 10:14:21 -0500 Subject: [PATCH] Fixing a capability setting --- glm-simple-messageboard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm-simple-messageboard.php b/glm-simple-messageboard.php index 5f32f3f..97aa705 100644 --- a/glm-simple-messageboard.php +++ b/glm-simple-messageboard.php @@ -2,7 +2,7 @@ /** * Plugin Name: GLM Simple Messageboard * Description: Option Setting for displaying two fields; a name and a message - * Version: 1.0.9 + * Version: 1.0.10 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com * License: All right reserved @@ -46,7 +46,7 @@ define('GLM_SIMPLEMESSAGEBOARD_SETTINGS', 'glmsimplemessageboard_settings'); define('GLM_SIMPLEMESSAGEBOARD_NEW_CAPABILITY', 'glmsimplemessageboard_edit_messageboard'); -define('GLM_SIMPLEMESSAGEBOARD_GLM_SIMPLEMESSAGEBOARD_BUILT_IN_CAPABILITY', 'edit_posts'); +define('GLM_SIMPLEMESSAGEBOARD_BUILT_IN_CAPABILITY', 'edit_posts'); register_activation_hook(__FILE__, array('Glmsimplemessageboard_Admin_Controller', 'activate_plugin')); register_deactivation_hook(__FILE__, array('Glmsimplemessageboard_Admin_Controller', 'deactivate_plugin')); -- 2.17.1