Skip to content

Commit

Permalink
deploy: 5758fd3
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 23, 2023
1 parent 219689f commit 168a60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-calendar-core.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 168a60a

Please sign in to comment.