From 4b9095782d333a7a776831350979902776b8ba2a Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 2 Feb 2022 09:41:34 -0500 Subject: [PATCH] Update header comments --- plugin.php | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/plugin.php b/plugin.php index 8bd6ca4..542e3c6 100644 --- a/plugin.php +++ b/plugin.php @@ -1,13 +1,4 @@ ' ) ); add_submenu_page( 'Cognito', 'Cognito Forms', 'View Forms', 'manage_options', 'Cognito', array( $this, 'main_page' ) );