Skip to content

Commit

Permalink
deploy: 4f0c988
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 17, 2024
1 parent fa88176 commit 5b8f9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-calendar-output.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@
$recurs = str_split( $event->event_recur, 1 );
$recur = $recurs[0];
$referer = urlencode( mc_get_current_url() );
$edit = " <div class='mc_edit_links'><ul>";
$edit = " <div class='mc_edit_links'><button type='button' class='mc-toggle-edit' aria-expanded='false' aria-controls='mc-edit-$mc_id' aria-label='" . __( 'Edit', 'my-calendar' ) . "'><span class='dashicons dashicons-edit' aria-hidden='true'></span></button><ul id='mc-edit-$mc_id'>";
/**
* Filter the permission required to view admin links on frontend when using Pro. Default 'manage_options'.
*
Expand Down

0 comments on commit 5b8f9fe

Please sign in to comment.