diff --git a/my-calendar-core.php.html b/my-calendar-core.php.html index 8effa1d59..c627f973b 100644 --- a/my-calendar-core.php.html +++ b/my-calendar-core.php.html @@ -1210,7 +1210,7 @@ ); $wp_admin_bar->add_node( $args ); } - if ( function_exists( 'mcs_submissions' ) && is_numeric( get_option( 'mcs_submit_id' ) ) ) { + if ( function_exists( 'mcs_submissions' ) && is_numeric( get_option( 'mcs_submit_id' ) ) && mcs_user_can_submit_events() ) { $url = get_permalink( get_option( 'mcs_submit_id' ) ); $args = array( 'id' => 'mc-submit-events',