From 93f9a6c33b345fa58b37d56d69da422c662995f5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 27 Jan 2017 14:03:08 -0500 Subject: [PATCH] Check capabilities per plugin. Use the caps from client info and coupons. --- Gaslightify.php | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/Gaslightify.php b/Gaslightify.php index 861b5f4..4fa1fda 100755 --- a/Gaslightify.php +++ b/Gaslightify.php @@ -4,7 +4,7 @@ Plugin Name: Gaslightify Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates Description: A gasline to a Wordpress website. -Version: 1.5.4 +Version: 1.5.5 Author: Gaslight Media Author URI: http://www.gaslightmedia.com License: Gaslight Media @@ -44,7 +44,25 @@ function interface_client_safeguard() { if ( !current_user_can( 'edit_others_posts' ) ) { ?> + + + + -- 2.17.1