From: Laury GvR Date: Mon, 20 Feb 2017 15:36:57 +0000 (-0500) Subject: Adding some usage documentation X-Git-Tag: v1.0.6^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=aa083f216d4f72a30244d8fbf9fa9b49875bcd19;p=WP-Plugins%2Fglm-simple-messageboard.git Adding some usage documentation --- diff --git a/glm-simple-messageboard.php b/glm-simple-messageboard.php index f5ef0a2..6d13ea3 100644 --- a/glm-simple-messageboard.php +++ b/glm-simple-messageboard.php @@ -7,6 +7,35 @@ * Author URI: http://www.gaslightmedia.com * License: All right reserved */ + +/* + * USAGE: + * + This part goes into your functions.php + + * + This part goes where you want to display the data +
+ + + + + + + +
+ */ + define('GLM_SIMPLEMESSAGEBOARD_SETTINGS', 'glmsimplemessageboard_settings'); define('GLM_NEW_CAPABILITY', 'glmsimplemessageboard_edit_messageboard'); define('BUILT_IN_CAPABILITY', 'edit_posts');